Never hit a roadblock again. When you're stuck, Auto Code Wizard and our expert teams are just a click away, ready to assist with any function or script.
Enjoy unlimited ticket submissions for extensive support across all your coding projects. Ideal for large-scale projects and ongoing development needs.
Whether you choose the Basic or Premium plan, you’ll be able to auto-generate code by supplying input variable names and describing your desired functionality. Our platform supports a wide range of languages, including HTML, Bash, JavaScript, PHP, PowerShell, and Python. For those needing to generate HTML formatted emails, the HTML option offers tailored formatting capabilities, ensuring your emails look professional and polished.
Auto Code Wizard is more than just a code generator; it's a partner in your development journey. Our platform is designed to grow with you, offering more advanced features as your needs evolve. Join us today and experience the future of AI-assisted code development.
Learn More About Auto Code Wizard Plans
Auto Code Wizard offers four comprehensive plans, each designed to streamline your development process and empower you to generate code effortlessly:
Basic: Get started with the essentials, allowing you to auto-generate code based on guided prompts in various languages, including HTML, Bash, JavaScript, PHP, PowerShell, and Python.
Standard: Includes all the features of the Basic plan, with additional customization options and enhanced support for more complex coding tasks.
Premium: Provides advanced tools and integrations, including HTML email formatting for generating professional HTML formatted emails, making it ideal for users with higher demands.
Enterprise: Our top-tier plan that offers advanced platform-specific code generation, starting with CloudBolt.io and their CMP platform. Perfect for businesses requiring powerful automation and custom enterprise solutions.
Enterprise Plan: For those who demand the highest level of customization and power, our Enterprise plan stands out by offering advanced platform-specific code generation, starting with the robust CloudBolt system. This plan is perfect for businesses looking to automate and streamline complex tasks within their enterprise environment.
For CloudBolt CMP, the Enterprise plan enables you to auto-generate code for the following:
Blueprint: Automate the creation of Blueprints, which define reusable templates for deploying infrastructure and applications. These templates streamline provisioning by standardizing configurations.
Server Actions: Generate code for custom Server Actions that manage and automate tasks on your servers, ensuring they operate efficiently and according to your specific requirements.
Resource Actions: Create Resource Actions that allow you to perform specific tasks on resources within your environment, providing flexibility and control over resource management.
Orchestration Actions: Develop Orchestration Actions that automate complex workflows, integrating various tasks and processes to achieve streamlined, end-to-end automation.
Reports: Generate code for customized Reports that provide insights into your environment, helping you make informed decisions with data-driven analysis.
Recurring Jobs: Set up Recurring Jobs to automate tasks on a regular schedule, ensuring that critical operations are consistently performed without manual intervention.
Whether you're taking your first steps into the world of coding or you're a seasoned expert with years of programming under your belt, Auto Code Wizard is here to revolutionize your development process. Our innovative platform is designed to streamline your coding tasks, offering tailored assistance that meets you exactly where you are in your learning curve.
For beginners, Auto Code Wizard acts as an invaluable guide, simplifying complex coding concepts and providing you with the tools you need to write functional code efficiently. We understand that starting out can be daunting, which is why our platform is built to offer support at every turn, ensuring you gain confidence and competence without feeling overwhelmed.
For the experts, Auto Code Wizard is like having a co-pilot in your coding endeavors. Our advanced features are designed to optimize your workflow, cutting down development time significantly. Whether you're working on intricate scripts or need to fine-tune your existing code, our platform offers powerful shortcuts and automations that let you focus on innovation and creativity, leaving the heavy lifting to us.
We have added API capability too so you can retrieve your code via API or even generate code using a prompt.
In essence, Auto Code Wizard is more than just a tool; it's a companion on your coding journey. With our platform, you'll find that whether you're starting out or scaling new heights in your coding career, we're here to help you achieve your goals faster and more efficiently. Join us, and let's transform your coding experience together.
This is a brand new App, while we are getting up and running we will be doing everything for free. So although within the Services section it mentions charges, we won't be doing that initially.
It is secure, but you should follow the rules of any web application, do not store or supply actual usernames, passwords or API keys within your prompts and then they cannot be stolen by anyone.
"[{\"code_type\":\"bash\",\"func_name\":\"check_disk_usage\",\"func_desc\":\"Check the disk space usage on the system.\",\"func_category\":\"System Monitoring\"},{\"code_type\":\"bash\",\"func_name\":\"backup_directory\",\"func_desc\":\"Backup a specified directory.\",\"func_category\":\"Backup & Restore\"},{\"code_type\":\"bash\",\"func_name\":\"monitor_cpu\",\"func_desc\":\"Monitor CPU usage over time.\",\"func_category\":\"System Monitoring\"},{\"code_type\":\"bash\",\"func_name\":\"send_email_notification\",\"func_desc\":\"Send an email notification from a Bash script.\",\"func_category\":\"Email\"},{\"code_type\":\"bash\",\"func_name\":\"fetch_http_content\",\"func_desc\":\"Retrieve the content of a URL using curl or wget.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"bash\",\"func_name\":\"compress_files\",\"func_desc\":\"Compress multiple files into a zip archive.\",\"func_category\":\"File Management\"},{\"code_type\":\"bash\",\"func_name\":\"extract_tar_gz\",\"func_desc\":\"Extract a .tar.gz file.\",\"func_category\":\"File Management\"},{\"code_type\":\"bash\",\"func_name\":\"find_large_files\",\"func_desc\":\"Find files larger than a specific size.\",\"func_category\":\"File Management\"},{\"code_type\":\"bash\",\"func_name\":\"check_service_status\",\"func_desc\":\"Check if a service is running.\",\"func_category\":\"System Monitoring\"},{\"code_type\":\"bash\",\"func_name\":\"list_open_ports\",\"func_desc\":\"List all open network ports.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"bash\",\"func_name\":\"kill_process_by_name\",\"func_desc\":\"Kill a process based on its name.\",\"func_category\":\"System Operations\"},{\"code_type\":\"bash\",\"func_name\":\"monitor_log_changes\",\"func_desc\":\"Continuously monitor a log file for changes.\",\"func_category\":\"System Monitoring\"},{\"code_type\":\"bash\",\"func_name\":\"parse_csv\",\"func_desc\":\"Parse and read data from a CSV file.\",\"func_category\":\"Data Processing\"},{\"code_type\":\"bash\",\"func_name\":\"ping_multiple_hosts\",\"func_desc\":\"Ping a list of IPs or hostnames.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"bash\",\"func_name\":\"convert_file_encoding\",\"func_desc\":\"Convert file encoding between formats.\",\"func_category\":\"File Management\"},{\"code_type\":\"bash\",\"func_name\":\"check_website_status\",\"func_desc\":\"Check if a website is up.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"bash\",\"func_name\":\"download_file\",\"func_desc\":\"Download a file from the internet.\",\"func_category\":\"[\\\"File Management\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"check_network_speed\",\"func_desc\":\"Test internet connection speed using a speed test tool.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"bash\",\"func_name\":\"schedule_cron_job\",\"func_desc\":\"Create a cron job to schedule script execution.\",\"func_category\":\"System Operations\"},{\"code_type\":\"bash\",\"func_name\":\"get_external_ip\",\"func_desc\":\"Retrieve the external IP address of the system.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"javascript\",\"func_name\":\"debounce\",\"func_desc\":\"Delay the execution of a function.\",\"func_category\":\"Performance Optimization\"},{\"code_type\":\"javascript\",\"func_name\":\"throttle\",\"func_desc\":\"Limit how often a function can be executed.\",\"func_category\":\"Performance Optimization\"},{\"code_type\":\"javascript\",\"func_name\":\"deepClone\",\"func_desc\":\"Create a deep copy of an object or array.\",\"func_category\":\"Data Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"fetchJson\",\"func_desc\":\"Fetch and parse JSON data from a URL.\",\"func_category\":\"API Integration\"},{\"code_type\":\"javascript\",\"func_name\":\"capitalize\",\"func_desc\":\"Capitalize the first letter of a string.\",\"func_category\":\"String Manipulation\"},{\"code_type\":\"javascript\",\"func_name\":\"isPrime\",\"func_desc\":\"Check if a number is prime.\",\"func_category\":\"Mathematical Functions\"},{\"code_type\":\"javascript\",\"func_name\":\"flattenArray\",\"func_desc\":\"Flatten a nested array into a single-level array.\",\"func_category\":\"Data Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"debounceEventListener\",\"func_desc\":\"Add a debounced event listener to an element.\",\"func_category\":\"Performance Optimization\"},{\"code_type\":\"javascript\",\"func_name\":\"getRandomInt\",\"func_desc\":\"Generate a random integer within a given range.\",\"func_category\":\"Mathematical Functions\"},{\"code_type\":\"javascript\",\"func_name\":\"groupBy\",\"func_desc\":\"Group an array of objects by a specific property.\",\"func_category\":\"Data Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"sleep\",\"func_desc\":\"Delay execution of code for a specific amount of time.\",\"func_category\":\"Performance Optimization\"},{\"code_type\":\"javascript\",\"func_name\":\"deepMerge\",\"func_desc\":\"Deeply merge two or more objects.\",\"func_category\":\"Data Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"parseQueryString\",\"func_desc\":\"Parse query string parameters into an object.\",\"func_category\":\"URL Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"sortArray\",\"func_desc\":\"Sort an array of numbers or strings.\",\"func_category\":\"Data Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"uniqueArray\",\"func_desc\":\"Return an array with unique elements.\",\"func_category\":\"Data Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"shuffleArray\",\"func_desc\":\"Shuffle the elements of an array.\",\"func_category\":\"Data Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"formatDate\",\"func_desc\":\"Format a date into a readable string.\",\"func_category\":\"Date Manipulation\"},{\"code_type\":\"javascript\",\"func_name\":\"escapeHtml\",\"func_desc\":\"Escape HTML entities in a string.\",\"func_category\":\"Security\"},{\"code_type\":\"javascript\",\"func_name\":\"validateEmail\",\"func_desc\":\"Validate an email address using a regular expression.\",\"func_category\":\"Validation\"},{\"code_type\":\"javascript\",\"func_name\":\"setCookie\",\"func_desc\":\"Set a cookie with expiration.\",\"func_category\":\"Browser Storage\"},{\"code_type\":\"php\",\"func_name\":\"sanitize_input\",\"func_desc\":\"Sanitize user input to prevent SQL injection or XSS attacks.\",\"func_category\":\"Security\"},{\"code_type\":\"php\",\"func_name\":\"generate_password_hash\",\"func_desc\":\"Hash a password using bcrypt.\",\"func_category\":\"Security\"},{\"code_type\":\"php\",\"func_name\":\"send_email_smtp\",\"func_desc\":\"Send an email using SMTP.\",\"func_category\":\"Email\"},{\"code_type\":\"php\",\"func_name\":\"resize_image\",\"func_desc\":\"Resize an image while maintaining aspect ratio.\",\"func_category\":\"[\\\"Image Processing\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"validate_url\",\"func_desc\":\"Validate if a string is a valid URL.\",\"func_category\":\"Utilities\"},{\"code_type\":\"php\",\"func_name\":\"format_money\",\"func_desc\":\"Format a number as a currency.\",\"func_category\":\"Data Conversion & Formatting\"},{\"code_type\":\"php\",\"func_name\":\"generate_random_string\",\"func_desc\":\"Generate a secure random string.\",\"func_category\":\"Utilities\"},{\"code_type\":\"php\",\"func_name\":\"convert_json_to_array\",\"func_desc\":\"Convert a JSON string into an associative array.\",\"func_category\":\"Data Conversion & Formatting\"},{\"code_type\":\"php\",\"func_name\":\"create_zip\",\"func_desc\":\"Create a zip file from multiple files.\",\"func_category\":\"File Handling\"},{\"code_type\":\"php\",\"func_name\":\"get_ip_address\",\"func_desc\":\"Retrieve the client's IP address.\",\"func_category\":\"User Management\"},{\"code_type\":\"php\",\"func_name\":\"parse_ini_file\",\"func_desc\":\"Parse an .ini configuration file.\",\"func_category\":\"Data Conversion & Formatting\"},{\"code_type\":\"php\",\"func_name\":\"http_get_request\",\"func_desc\":\"Send an HTTP GET request.\",\"func_category\":\"Network\\\/HTTP Requests\"},{\"code_type\":\"php\",\"func_name\":\"http_post_request\",\"func_desc\":\"Send an HTTP POST request.\",\"func_category\":\"Network\\\/HTTP Requests\"},{\"code_type\":\"php\",\"func_name\":\"log_to_file\",\"func_desc\":\"Append a log message to a file.\",\"func_category\":\"Utilities\"},{\"code_type\":\"php\",\"func_name\":\"read_csv_file\",\"func_desc\":\"Read data from a CSV file.\",\"func_category\":\"File Handling\"},{\"code_type\":\"php\",\"func_name\":\"check_file_exists\",\"func_desc\":\"Check if a file exists.\",\"func_category\":\"File Handling\"},{\"code_type\":\"php\",\"func_name\":\"file_upload\",\"func_desc\":\"Handle file uploads securely.\",\"func_category\":\"File Handling\"},{\"code_type\":\"php\",\"func_name\":\"send_json_response\",\"func_desc\":\"Send a JSON response with appropriate headers.\",\"func_category\":\"Email\"},{\"code_type\":\"php\",\"func_name\":\"calculate_age\",\"func_desc\":\"Calculate age based on a given birthdate.\",\"func_category\":\"Data Conversion & Formatting\"},{\"code_type\":\"php\",\"func_name\":\"validate_credit_card\",\"func_desc\":\"Validate credit card numbers.\",\"func_category\":\"Security\"},{\"code_type\":\"powershell\",\"func_name\":\"get_system_info\",\"func_desc\":\"Retrieve basic system information (OS, CPU, RAM).\",\"func_category\":\"System Information\"},{\"code_type\":\"powershell\",\"func_name\":\"backup_files\",\"func_desc\":\"Copy files to a backup location.\",\"func_category\":\"Backup & Restore\"},{\"code_type\":\"powershell\",\"func_name\":\"send_smtp_email\",\"func_desc\":\"Send an email using SMTP.\",\"func_category\":\"Email\"},{\"code_type\":\"powershell\",\"func_name\":\"check_process_status\",\"func_desc\":\"Check if a specific process is running.\",\"func_category\":\"System Monitoring\"},{\"code_type\":\"powershell\",\"func_name\":\"get_network_adapters\",\"func_desc\":\"List all network adapters and their statuses.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"powershell\",\"func_name\":\"monitor_event_logs\",\"func_desc\":\"Monitor Windows event logs for specific events.\",\"func_category\":\"Log Monitoring\"},{\"code_type\":\"powershell\",\"func_name\":\"get_service_status\",\"func_desc\":\"Check the status of a Windows service.\",\"func_category\":\"Service Management\"},{\"code_type\":\"powershell\",\"func_name\":\"start_windows_service\",\"func_desc\":\"Start a Windows service.\",\"func_category\":\"Service Management\"},{\"code_type\":\"powershell\",\"func_name\":\"stop_windows_service\",\"func_desc\":\"Stop a Windows service.\",\"func_category\":\"Service Management\"},{\"code_type\":\"powershell\",\"func_name\":\"list_installed_programs\",\"func_desc\":\"List all installed programs.\",\"func_category\":\"System Information\"},{\"code_type\":\"powershell\",\"func_name\":\"compress_directory\",\"func_desc\":\"Compress a directory into a zip file.\",\"func_category\":\"File Management\"},{\"code_type\":\"powershell\",\"func_name\":\"read_registry_key\",\"func_desc\":\"Read a specific Windows registry key.\",\"func_category\":\"Registry Management\"},{\"code_type\":\"powershell\",\"func_name\":\"clear_event_logs\",\"func_desc\":\"Clear Windows event logs.\",\"func_category\":\"Log Management\"},{\"code_type\":\"powershell\",\"func_name\":\"get_disk_usage\",\"func_desc\":\"Retrieve the current disk usage.\",\"func_category\":\"System Monitoring\"},{\"code_type\":\"powershell\",\"func_name\":\"download_file\",\"func_desc\":\"Download a file from the internet using PowerShell.\",\"func_category\":\"[\\\"File Management\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"get_user_list\",\"func_desc\":\"List all users on the local machine.\",\"func_category\":\"User Management\"},{\"code_type\":\"powershell\",\"func_name\":\"set_ip_address\",\"func_desc\":\"Set the IP address for a network adapter.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"powershell\",\"func_name\":\"get_wifi_passwords\",\"func_desc\":\"Retrieve saved WiFi passwords.\",\"func_category\":\"Security\"},{\"code_type\":\"powershell\",\"func_name\":\"ping_device\",\"func_desc\":\"Ping a device on the network and return the result.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"powershell\",\"func_name\":\"get_uptime\",\"func_desc\":\"Check how long the system has been running.\",\"func_category\":\"System Monitoring\"},{\"code_type\":\"python\",\"func_name\":\"send_email\",\"func_desc\":\"Send an email using SMTP with attachments.\",\"func_category\":\"[\\\"Email\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"download_file\",\"func_desc\":\"Download a file from a URL.\",\"func_category\":\"[\\\"File Management\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"convert_to_json\",\"func_desc\":\"Convert a Python dictionary to JSON format.\",\"func_category\":\"[\\\"Data Handling\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"read_csv\",\"func_desc\":\"Read data from a CSV file and return a list.\",\"func_category\":\"[\\\"File Management\\\",\\\"Data Handling\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"write_csv\",\"func_desc\":\"Write data to a CSV file.\",\"func_category\":\"[\\\"File Management\\\",\\\"Data Handling\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"resize_image\",\"func_desc\":\"Resize an image using Pillow.\",\"func_category\":\"[\\\"Image Processing\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"hash_password\",\"func_desc\":\"Hash a password using bcrypt.\",\"func_category\":\"[\\\"Security\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"check_palindrome\",\"func_desc\":\"Check if a string is a palindrome.\",\"func_category\":\"[\\\"String Manipulation\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"calculate_factorial\",\"func_desc\":\"Calculate the factorial of a number.\",\"func_category\":\"[\\\"Mathematical Functions\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"web_scrape\",\"func_desc\":\"Scrape data from a webpage using BeautifulSoup.\",\"func_category\":\"[\\\"Web Scraping\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"generate_uuid\",\"func_desc\":\"Generate a random UUID.\",\"func_category\":\"[\\\"Data Handling\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"send_get_request\",\"func_desc\":\"Send a GET request and return the response.\",\"func_category\":\"[\\\"API Integration\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"send_post_request\",\"func_desc\":\"Send a POST request with data.\",\"func_category\":\"[\\\"API Integration\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"validate_email\",\"func_desc\":\"Validate an email using a regular expression.\",\"func_category\":\"[\\\"Validation\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"find_duplicates_in_list\",\"func_desc\":\"Find duplicate items in a list.\",\"func_category\":\"[\\\"Data Handling\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"merge_dictionaries\",\"func_desc\":\"Merge two or more dictionaries.\",\"func_category\":\"[\\\"Data Handling\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"encrypt_data\",\"func_desc\":\"Encrypt data using a symmetric encryption algorithm.\",\"func_category\":\"[\\\"Security\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"check_prime\",\"func_desc\":\"Check if a number is prime.\",\"func_category\":\"[\\\"Mathematical Functions\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"download_images\",\"func_desc\":\"Download images from a URL.\",\"func_category\":\"[\\\"File Management\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"get_weather_data\",\"func_desc\":\"Retrieve weather data from an API.\",\"func_category\":\"[\\\"API Integration\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"automated_database_backup\",\"func_desc\":\"Automate the process of backing up a MySQL database and compress the output into a .tar.gz file.\",\"func_category\":\"Backup & Restore\"},{\"code_type\":\"bash\",\"func_name\":\"log_file_rotation\",\"func_desc\":\"Rotate log files by archiving old logs, compressing them, and keeping only the latest log files.\",\"func_category\":\"File Management\"},{\"code_type\":\"bash\",\"func_name\":\"monitor_memory_usage\",\"func_desc\":\"Monitor system memory usage in real-time and alert if usage exceeds a defined threshold.\",\"func_category\":\"System Monitoring\"},{\"code_type\":\"bash\",\"func_name\":\"sync_directories_rsync\",\"func_desc\":\"Sync two directories (local or remote) using rsync with error handling and email notifications.\",\"func_category\":\"File Management\"},{\"code_type\":\"bash\",\"func_name\":\"process_monitoring_daemon\",\"func_desc\":\"Create a background daemon to monitor critical processes and restart them if they crash.\",\"func_category\":\"System Operations\"},{\"code_type\":\"bash\",\"func_name\":\"generate_ssl_certificates\",\"func_desc\":\"Automatically generate and renew SSL certificates using Let's Encrypt and schedule the renewal using cron.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"bash\",\"func_name\":\"fetch_api_data\",\"func_desc\":\"Fetch data from a REST API using curl and process the JSON response for output in a human-readable format.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"bash\",\"func_name\":\"user_account_cleanup\",\"func_desc\":\"Search for and delete user accounts that have not been active for a specified number of days.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"advanced_file_permission_audit\",\"func_desc\":\"Perform a detailed audit of file and directory permissions, focusing on sensitive files like \\\/etc and \\\/var.\",\"func_category\":\"Security\"},{\"code_type\":\"bash\",\"func_name\":\"network_latency_test\",\"func_desc\":\"Test the network latency between your system and multiple remote servers, storing the results in a CSV file.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"bash\",\"func_name\":\"disk_usage_report_with_visualization\",\"func_desc\":\"Generate a disk usage report and create visual pie charts or bar graphs using gnuplot for better insights.\",\"func_category\":\"System Monitoring\"},{\"code_type\":\"bash\",\"func_name\":\"firewall_rule_report\",\"func_desc\":\"Generate a detailed report of all active firewall rules (iptables) and export them to a formatted text file.\",\"func_category\":\"Security\"},{\"code_type\":\"bash\",\"func_name\":\"cronjob_health_check\",\"func_desc\":\"Check the health of all configured cron jobs and log the status of each, including last run times.\",\"func_category\":\"System Operations\"},{\"code_type\":\"bash\",\"func_name\":\"docker_container_backup\",\"func_desc\":\"Create backups of all running Docker containers by saving their images and configuration data to an archive.\",\"func_category\":\"Backup & Restore\"},{\"code_type\":\"bash\",\"func_name\":\"nginx_log_analysis\",\"func_desc\":\"Analyze NGINX log files for suspicious IP addresses, high traffic, or slow response times, and output the findings.\",\"func_category\":\"Log Analysis\"},{\"code_type\":\"bash\",\"func_name\":\"custom_software_installer\",\"func_desc\":\"Write a script that automates the installation and configuration of a set of software packages, including dependencies.\",\"func_category\":\"System Operations\"},{\"code_type\":\"bash\",\"func_name\":\"remote_server_reboot_schedule\",\"func_desc\":\"Schedule reboots for a list of remote servers using SSH and log the uptime before and after each reboot.\",\"func_category\":\"System Operations\"},{\"code_type\":\"bash\",\"func_name\":\"system_hardening_audit\",\"func_desc\":\"Perform a security audit of the system by checking for weak passwords, outdated software, and insecure file permissions.\",\"func_category\":\"Security\"},{\"code_type\":\"bash\",\"func_name\":\"automated_media_transcoding\",\"func_desc\":\"Monitor a directory for new media files and automatically transcode them into a different format using FFmpeg.\",\"func_category\":\"Media Processing\"},{\"code_type\":\"bash\",\"func_name\":\"multi_server_log_collector\",\"func_desc\":\"Collect logs from multiple servers via SSH and consolidate them into a central log file for easier monitoring.\",\"func_category\":\"Log Analysis\"},{\"code_type\":\"javascript\",\"func_name\":\"debounced_ajax_request\",\"func_desc\":\"Make an AJAX request with debouncing to prevent multiple rapid requests when typing in a search box.\",\"func_category\":\"Performance Optimization\"},{\"code_type\":\"javascript\",\"func_name\":\"dynamic_form_generator\",\"func_desc\":\"Dynamically generate HTML forms from JSON schema definitions and handle validation.\",\"func_category\":\"Form Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"infinite_scroll_pagination\",\"func_desc\":\"Implement infinite scrolling on a webpage that loads more content as the user scrolls down.\",\"func_category\":\"UI Enhancements\"},{\"code_type\":\"javascript\",\"func_name\":\"file_drag_and_drop_uploader\",\"func_desc\":\"Create a file uploader with drag-and-drop functionality, showing file previews and progress bars.\",\"func_category\":\"File Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"generate_pdf_report\",\"func_desc\":\"Generate a PDF report dynamically from a webpage using jsPDF and include charts and tables.\",\"func_category\":\"File Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"reactive_object_watcher\",\"func_desc\":\"Watch changes to deeply nested JavaScript objects and trigger callbacks for reactive updates.\",\"func_category\":\"Data Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"cache_api_requests\",\"func_desc\":\"Implement caching for API requests using the browser's localStorage or sessionStorage.\",\"func_category\":\"Performance Optimization\"},{\"code_type\":\"javascript\",\"func_name\":\"lazy_load_images\",\"func_desc\":\"Improve webpage performance by lazy-loading images as they come into the user's viewport.\",\"func_category\":\"Performance Optimization\"},{\"code_type\":\"javascript\",\"func_name\":\"web_socket_chat_app\",\"func_desc\":\"Create a basic real-time chat application using WebSockets for bidirectional communication.\",\"func_category\":\"Real-time Communication\"},{\"code_type\":\"javascript\",\"func_name\":\"custom_data_table\",\"func_desc\":\"Build a customizable data table with sorting, filtering, pagination, and export to CSV features.\",\"func_category\":\"UI Enhancements\"},{\"code_type\":\"javascript\",\"func_name\":\"deep_copy_object\",\"func_desc\":\"Create a deep copy of an object that correctly handles circular references and nested data structures.\",\"func_category\":\"Data Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"autocomplete_input\",\"func_desc\":\"Implement an autocomplete input field that provides suggestions based on user input and an external API.\",\"func_category\":\"UI Enhancements\"},{\"code_type\":\"javascript\",\"func_name\":\"date_range_picker\",\"func_desc\":\"Create a custom date range picker widget with user-friendly date selection and validation logic.\",\"func_category\":\"Date Manipulation\"},{\"code_type\":\"javascript\",\"func_name\":\"real_time_form_validation\",\"func_desc\":\"Validate a form in real-time as the user types, showing custom error messages for each field.\",\"func_category\":\"Form Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"canvas_drawing_tool\",\"func_desc\":\"Build a simple drawing tool using the HTML5 Canvas API, allowing users to draw and save their creations.\",\"func_category\":\"UI Enhancements\"},{\"code_type\":\"javascript\",\"func_name\":\"dynamic_chart_generator\",\"func_desc\":\"Generate interactive charts on a webpage using Chart.js, with data that updates dynamically.\",\"func_category\":\"Data Visualization\"},{\"code_type\":\"javascript\",\"func_name\":\"user_auth_token_refresh\",\"func_desc\":\"Automatically refresh JWT tokens for user authentication before they expire to keep users logged in.\",\"func_category\":\"Authentication\"},{\"code_type\":\"javascript\",\"func_name\":\"background_geolocation_tracker\",\"func_desc\":\"Track a user's location in the background using the Geolocation API and update the map in real-time.\",\"func_category\":\"Geolocation\"},{\"code_type\":\"javascript\",\"func_name\":\"progressive_web_app_offline_support\",\"func_desc\":\"Implement offline support for a Progressive Web App (PWA) by caching resources using a Service Worker.\",\"func_category\":\"PWA Support\"},{\"code_type\":\"javascript\",\"func_name\":\"text_diff_checker\",\"func_desc\":\"Create a text diff checker that compares two pieces of text and highlights the differences between them.\",\"func_category\":\"Text Processing\"},{\"code_type\":\"php\",\"func_name\":\"multi_file_upload_handler\",\"func_desc\":\"Handle multiple file uploads, validate file types and sizes, and store files in a specified directory.\",\"func_category\":\"File Handling\"},{\"code_type\":\"php\",\"func_name\":\"api_rate_limiter\",\"func_desc\":\"Implement API rate limiting using Redis or a database to prevent abuse of the API.\",\"func_category\":\"Security\"},{\"code_type\":\"php\",\"func_name\":\"pdf_invoice_generator\",\"func_desc\":\"Generate PDF invoices from user order data using the TCPDF or FPDF library.\",\"func_category\":\"File\\\/Document Generation\"},{\"code_type\":\"php\",\"func_name\":\"cron_job_scheduler\",\"func_desc\":\"Create and manage scheduled tasks (cron jobs) from a web interface and store schedules in a database.\",\"func_category\":\"System Operations\"},{\"code_type\":\"php\",\"func_name\":\"oauth2_authentication\",\"func_desc\":\"Implement OAuth 2.0 authentication with an external provider like Google or Facebook.\",\"func_category\":\"Security\"},{\"code_type\":\"php\",\"func_name\":\"data_encryption_service\",\"func_desc\":\"Encrypt sensitive data using OpenSSL and store the encrypted data securely in the database.\",\"func_category\":\"Security\"},{\"code_type\":\"php\",\"func_name\":\"csv_import_parser\",\"func_desc\":\"Parse a CSV file and insert its contents into a MySQL database, handling errors and validation.\",\"func_category\":\"File Handling\"},{\"code_type\":\"php\",\"func_name\":\"background_task_executor\",\"func_desc\":\"Execute background tasks asynchronously using a queue system such as Beanstalkd or Redis.\",\"func_category\":\"System Operations\"},{\"code_type\":\"php\",\"func_name\":\"user_activity_logger\",\"func_desc\":\"Log user activities (logins, actions) to a database for auditing and analytics purposes.\",\"func_category\":\"User Management\"},{\"code_type\":\"php\",\"func_name\":\"image_watermark_adder\",\"func_desc\":\"Add a watermark to images before storing them on the server using the GD or Imagick library.\",\"func_category\":\"File Handling\"},{\"code_type\":\"php\",\"func_name\":\"custom_pagination_helper\",\"func_desc\":\"Create a reusable pagination helper that generates pagination links for any dataset.\",\"func_category\":\"Utilities\"},{\"code_type\":\"php\",\"func_name\":\"data_export_to_excel\",\"func_desc\":\"Export MySQL data to an Excel file using PHPExcel or PhpSpreadsheet libraries.\",\"func_category\":\"File\\\/Document Generation\"},{\"code_type\":\"php\",\"func_name\":\"multi_language_support\",\"func_desc\":\"Implement multi-language support in your application using translation files and user-selected language settings.\",\"func_category\":\"Utilities\"},{\"code_type\":\"php\",\"func_name\":\"xml_data_parser\",\"func_desc\":\"Parse XML data from an external API or file and convert it into PHP arrays for further processing.\",\"func_category\":\"Data Conversion & Formatting\"},{\"code_type\":\"php\",\"func_name\":\"server_health_monitor\",\"func_desc\":\"Monitor server health metrics (CPU, memory usage, disk space) and send alerts if thresholds are exceeded.\",\"func_category\":\"System Operations\"},{\"code_type\":\"php\",\"func_name\":\"user_password_reset_system\",\"func_desc\":\"Implement a secure password reset system with email verification and token expiration.\",\"func_category\":\"Security\"},{\"code_type\":\"php\",\"func_name\":\"social_media_auto_poster\",\"func_desc\":\"Post content automatically to social media platforms like Twitter and Facebook using their APIs.\",\"func_category\":\"API Integration\"},{\"code_type\":\"php\",\"func_name\":\"session_manager\",\"func_desc\":\"Implement a custom session management system that stores session data in a database instead of the filesystem.\",\"func_category\":\"Security\"},{\"code_type\":\"php\",\"func_name\":\"payment_gateway_integration\",\"func_desc\":\"Integrate with a payment gateway like Stripe or PayPal for processing transactions and handling webhooks.\",\"func_category\":\"API Integration\"},{\"code_type\":\"php\",\"func_name\":\"complex_form_builder\",\"func_desc\":\"Build complex dynamic forms based on database fields and validation rules, with the ability to store results in the database.\",\"func_category\":\"Form Handling\"},{\"code_type\":\"powershell\",\"func_name\":\"monitor_system_performance\",\"func_desc\":\"Monitor system performance metrics (CPU, memory, disk usage) in real-time and log the data to a file.\",\"func_category\":\"System Monitoring\"},{\"code_type\":\"powershell\",\"func_name\":\"active_directory_user_audit\",\"func_desc\":\"Audit Active Directory users by extracting information on password expiration, login activity, and account status.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"automated_patch_deployment\",\"func_desc\":\"Deploy Windows updates across multiple servers automatically using PowerShell Remoting and WSUS.\",\"func_category\":\"System Maintenance\"},{\"code_type\":\"powershell\",\"func_name\":\"backup_and_restore_sql_server\",\"func_desc\":\"Automate backup and restore operations for SQL Server databases, with logging and error handling.\",\"func_category\":\"Backup & Restore\"},{\"code_type\":\"powershell\",\"func_name\":\"automated_task_scheduler\",\"func_desc\":\"Create, modify, and manage scheduled tasks on Windows servers and workstations programmatically.\",\"func_category\":\"Task Scheduling\"},{\"code_type\":\"powershell\",\"func_name\":\"cloud_resource_management\",\"func_desc\":\"Manage Azure or AWS cloud resources (e.g., VMs, storage, networks) using PowerShell commands.\",\"func_category\":\"Cloud Management\"},{\"code_type\":\"powershell\",\"func_name\":\"file_integrity_monitor\",\"func_desc\":\"Monitor files and folders for changes in integrity by calculating hash values and comparing them periodically.\",\"func_category\":\"File Management\"},{\"code_type\":\"powershell\",\"func_name\":\"generate_system_health_report\",\"func_desc\":\"Generate a detailed system health report, including installed software, hardware details, and performance logs.\",\"func_category\":\"System Information\"},{\"code_type\":\"powershell\",\"func_name\":\"automate_certificate_renewal\",\"func_desc\":\"Automate SSL\\\/TLS certificate renewal on Windows Servers and bind them to IIS websites.\",\"func_category\":\"Security\"},{\"code_type\":\"powershell\",\"func_name\":\"migrate_files_to_azure_blob\",\"func_desc\":\"Move large files or directories to Azure Blob Storage and track upload progress.\",\"func_category\":\"Cloud Management\"},{\"code_type\":\"powershell\",\"func_name\":\"active_directory_group_management\",\"func_desc\":\"Automate the creation, deletion, and modification of Active Directory groups, including membership changes.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"automate_software_installation\",\"func_desc\":\"Install or uninstall software packages remotely across multiple machines using PowerShell and Group Policy.\",\"func_category\":\"System Maintenance\"},{\"code_type\":\"powershell\",\"func_name\":\"disk_space_alert_system\",\"func_desc\":\"Set up alerts for low disk space on critical servers, including automatic notification via email or Teams.\",\"func_category\":\"System Monitoring\"},{\"code_type\":\"powershell\",\"func_name\":\"user_profile_migration_tool\",\"func_desc\":\"Migrate user profiles from one system to another, preserving data, settings, and permissions.\",\"func_category\":\"User Management\"},{\"code_type\":\"powershell\",\"func_name\":\"real_time_log_monitoring\",\"func_desc\":\"Monitor event logs or specific application logs in real-time and trigger actions based on log entries.\",\"func_category\":\"Log Monitoring\"},{\"code_type\":\"powershell\",\"func_name\":\"hyper_v_vm_management\",\"func_desc\":\"Automate the provisioning, configuration, and monitoring of Hyper-V virtual machines.\",\"func_category\":\"Virtualization\"},{\"code_type\":\"powershell\",\"func_name\":\"network_latency_diagnoser\",\"func_desc\":\"Diagnose and analyze network latency by running a series of pings and traceroutes and generating a report.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"powershell\",\"func_name\":\"manage_dns_records\",\"func_desc\":\"Add, modify, or delete DNS records on a Windows DNS server using PowerShell and automate common tasks.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"powershell\",\"func_name\":\"automated_disk_cleanup\",\"func_desc\":\"Automate disk cleanup by identifying and removing temporary files, log files, and old backups to free space.\",\"func_category\":\"System Maintenance\"},{\"code_type\":\"powershell\",\"func_name\":\"user_onboarding_offboarding_automation\",\"func_desc\":\"Automate user onboarding and offboarding processes by managing AD accounts, permissions, mailboxes, and software licenses.\",\"func_category\":\"User Management\"},{\"code_type\":\"python\",\"func_name\":\"distributed_web_scraper\",\"func_desc\":\"Build a distributed web scraper that can handle large-scale scraping tasks using multiple threads and asynchronous requests.\",\"func_category\":\"[\\\"Web Scraping\\\",\\\"Distributed Systems\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"image_recognition_pipeline\",\"func_desc\":\"Create an image recognition pipeline using TensorFlow or PyTorch to classify images from a given dataset.\",\"func_category\":\"[\\\"Machine Learning\\\",\\\"Image Processing\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"natural_language_processing_pipeline\",\"func_desc\":\"Develop a complete natural language processing pipeline for sentiment analysis, text classification, and named entity recognition using spaCy or NLTK.\",\"func_category\":\"[\\\"Machine Learning\\\",\\\"Natural Language Processing\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"data_pipeline_with_airflow\",\"func_desc\":\"Build a data pipeline using Apache Airflow to extract, transform, and load (ETL) data from multiple sources into a data warehouse.\",\"func_category\":\"[\\\"Data Pipelines\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"time_series_forecasting\",\"func_desc\":\"Implement time series forecasting using ARIMA, Prophet, or LSTM models to predict future values from a sequence of observations.\",\"func_category\":\"[\\\"Machine Learning\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"deep_learning_chatbot\",\"func_desc\":\"Create a chatbot using a deep learning-based seq2seq model for generating natural language responses based on user input.\",\"func_category\":\"[\\\"Machine Learning\\\",\\\"Chatbots\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"distributed_task_queue\",\"func_desc\":\"Set up a distributed task queue using Celery and RabbitMQ to distribute workload across multiple workers asynchronously.\",\"func_category\":\"[\\\"Distributed Systems\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"real_time_stock_data_dashboard\",\"func_desc\":\"Develop a real-time stock data dashboard using Flask and WebSockets to visualize live financial data from an API.\",\"func_category\":\"[\\\"Data Visualization\\\",\\\"Real-time Systems\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"automatic_document_summarization\",\"func_desc\":\"Build a system that performs automatic document summarization using extractive or abstractive techniques with NLP libraries.\",\"func_category\":\"[\\\"Natural Language Processing\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"voice_command_recognition\",\"func_desc\":\"Create a voice command recognition system using speech recognition libraries to detect and respond to specific commands.\",\"func_category\":\"[\\\"Speech Recognition\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"recommendation_system\",\"func_desc\":\"Develop a recommendation system using collaborative filtering and content-based filtering to suggest items to users.\",\"func_category\":\"[\\\"Machine Learning\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"reinforcement_learning_agent\",\"func_desc\":\"Build a reinforcement learning agent using Q-learning or Deep Q Networks to solve tasks in a simulated environment.\",\"func_category\":\"[\\\"Machine Learning\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"data_visualization_dashboard\",\"func_desc\":\"Create an interactive data visualization dashboard using Dash or Plotly to explore and analyze large datasets.\",\"func_category\":\"[\\\"Data Visualization\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"face_detection_and_recognition\",\"func_desc\":\"Implement a face detection and recognition system using OpenCV and deep learning for real-time facial recognition.\",\"func_category\":\"[\\\"Image Processing\\\",\\\"Machine Learning\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"currency_exchange_rate_predictor\",\"func_desc\":\"Create a currency exchange rate prediction model using historical data and machine learning techniques like XGBoost or Random Forest.\",\"func_category\":\"[\\\"Machine Learning\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"serverless_aws_lambda_function\",\"func_desc\":\"Build a serverless function using AWS Lambda to trigger an action based on events from an S3 bucket or API Gateway.\",\"func_category\":\"[\\\"Serverless\\\",\\\"AWS\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"multi_tenant_web_application\",\"func_desc\":\"Develop a multi-tenant web application using Django to support multiple clients with isolated data and resources.\",\"func_category\":\"[\\\"Web Development\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"blockchain_based_ledger\",\"func_desc\":\"Create a blockchain-based ledger to record transactions in a distributed and tamper-proof manner using Python blockchain libraries.\",\"func_category\":\"[\\\"Blockchain\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"image_style_transfer\",\"func_desc\":\"Build an image style transfer system that applies the artistic style of one image to another using deep learning techniques.\",\"func_category\":\"[\\\"Image Processing\\\",\\\"Machine Learning\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"microservice_with_flask\",\"func_desc\":\"Develop a microservice using Flask that handles specific tasks in a distributed system, such as user authentication or data processing.\",\"func_category\":\"[\\\"Web Development\\\",\\\"Microservices\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"generate_ssl_certificates\",\"func_desc\":\"Automatically generate and renew SSL certificates using Let's Encrypt and schedule the renewal using cron.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"bash\",\"func_name\":\"fetch_api_data\",\"func_desc\":\"Fetch data from a REST API using curl and process the JSON response for output in a human-readable format.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"bash\",\"func_name\":\"user_account_cleanup\",\"func_desc\":\"Search for and delete user accounts that have not been active for a specified number of days.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"advanced_file_permission_audit\",\"func_desc\":\"Perform a detailed audit of file and directory permissions, focusing on sensitive files like \\\/etc and \\\/var.\",\"func_category\":\"Security\"},{\"code_type\":\"bash\",\"func_name\":\"network_latency_test\",\"func_desc\":\"Test the network latency between your system and multiple remote servers, storing the results in a CSV file.\",\"func_category\":\"Network Operations\"},{\"code_type\":\"bash\",\"func_name\":\"disk_usage_report_with_visualization\",\"func_desc\":\"Generate a disk usage report and create visual pie charts or bar graphs using gnuplot for better insights.\",\"func_category\":\"System Monitoring\"},{\"code_type\":\"bash\",\"func_name\":\"firewall_rule_report\",\"func_desc\":\"Generate a detailed report of all active firewall rules (iptables) and export them to a formatted text file.\",\"func_category\":\"Security\"},{\"code_type\":\"bash\",\"func_name\":\"create_user_with_sudo\",\"func_desc\":\"Create a new user and add them to the sudoers group for elevated privileges.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"lock_user_account\",\"func_desc\":\"Lock a user\\u2019s account to prevent login without deleting the user.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"unlock_user_account\",\"func_desc\":\"Unlock a previously locked user account.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"delete_user_and_home\",\"func_desc\":\"Delete a user and remove their home directory and mail spool.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"list_sudo_users\",\"func_desc\":\"List all users with sudo privileges on the system.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"change_user_shell\",\"func_desc\":\"Change the default shell for a specified user.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"create_user_group\",\"func_desc\":\"Create a new user group on the system.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"add_user_to_group\",\"func_desc\":\"Add an existing user to a specified group.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"remove_user_from_group\",\"func_desc\":\"Remove a user from a specified group.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"set_file_permissions_for_user\",\"func_desc\":\"Set file permissions for a specific user on a given file or directory.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"set_acl_for_directory\",\"func_desc\":\"Set Access Control List (ACL) permissions for a directory, allowing fine-grained control over user access.\",\"func_category\":\"File Management\"},{\"code_type\":\"bash\",\"func_name\":\"check_user_password_expiry\",\"func_desc\":\"Check the password expiry date for a user account.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"disable_user_password_login\",\"func_desc\":\"Disable password-based login for a specified user.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"enable_user_password_login\",\"func_desc\":\"Enable password-based login for a user that was previously disabled.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"set_group_permissions_on_directory\",\"func_desc\":\"Set group ownership and permissions on a directory.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"audit_user_activity\",\"func_desc\":\"Audit user login and activity logs to track their actions on the system.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"grant_sudo_to_group\",\"func_desc\":\"Grant sudo privileges to all members of a specified group.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"revoke_sudo_from_user\",\"func_desc\":\"Revoke sudo privileges from a specified user.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"change_user_password\",\"func_desc\":\"Force a password change for a specific user.\",\"func_category\":\"User Management\"},{\"code_type\":\"bash\",\"func_name\":\"find_files_owned_by_user\",\"func_desc\":\"Find all files owned by a specific user on the system.\",\"func_category\":\"File Management\"},{\"code_type\":\"javascript\",\"func_name\":\"api_get_request\",\"func_desc\":\"Perform a GET request to an API endpoint and handle the response data.\",\"func_category\":\"API Integration\"},{\"code_type\":\"javascript\",\"func_name\":\"api_post_request\",\"func_desc\":\"Perform a POST request to send data to an API and handle the response.\",\"func_category\":\"API Integration\"},{\"code_type\":\"javascript\",\"func_name\":\"api_put_request\",\"func_desc\":\"Perform a PUT request to update existing data via an API and handle the response.\",\"func_category\":\"API Integration\"},{\"code_type\":\"javascript\",\"func_name\":\"api_delete_request\",\"func_desc\":\"Perform a DELETE request to remove data from an API endpoint.\",\"func_category\":\"API Integration\"},{\"code_type\":\"javascript\",\"func_name\":\"get_cookie\",\"func_desc\":\"Retrieve the value of a specific cookie from the browser.\",\"func_category\":\"Browser Storage\"},{\"code_type\":\"javascript\",\"func_name\":\"set_cookie\",\"func_desc\":\"Set a cookie with an optional expiration date.\",\"func_category\":\"Browser Storage\"},{\"code_type\":\"javascript\",\"func_name\":\"delete_cookie\",\"func_desc\":\"Delete a specific cookie by setting its expiration date to the past.\",\"func_category\":\"Browser Storage\"},{\"code_type\":\"javascript\",\"func_name\":\"api_with_cookies\",\"func_desc\":\"Send an API request with authentication cookies included.\",\"func_category\":\"API Integration\"},{\"code_type\":\"javascript\",\"func_name\":\"session_storage_set\",\"func_desc\":\"Store session data in the browser's sessionStorage.\",\"func_category\":\"Browser Storage\"},{\"code_type\":\"javascript\",\"func_name\":\"session_storage_get\",\"func_desc\":\"Retrieve session data from the browser's sessionStorage.\",\"func_category\":\"Browser Storage\"},{\"code_type\":\"javascript\",\"func_name\":\"session_storage_remove\",\"func_desc\":\"Remove a specific item from the browser's sessionStorage.\",\"func_category\":\"Browser Storage\"},{\"code_type\":\"javascript\",\"func_name\":\"api_fetch_with_auth\",\"func_desc\":\"Fetch API data using Bearer token authentication in the request header.\",\"func_category\":\"Authentication\"},{\"code_type\":\"javascript\",\"func_name\":\"api_request_retry\",\"func_desc\":\"Retry an API request with exponential backoff if it fails.\",\"func_category\":\"API Integration\"},{\"code_type\":\"javascript\",\"func_name\":\"check_auth_token\",\"func_desc\":\"Check if an authentication token is stored and valid before making an API call.\",\"func_category\":\"Authentication\"},{\"code_type\":\"javascript\",\"func_name\":\"refresh_auth_token\",\"func_desc\":\"Automatically refresh the authentication token if it is expired before making API requests.\",\"func_category\":\"Authentication\"},{\"code_type\":\"javascript\",\"func_name\":\"api_upload_file\",\"func_desc\":\"Upload a file to a server using a POST request with multipart\\\/form-data.\",\"func_category\":\"File Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"api_download_file\",\"func_desc\":\"Download a file from a server via a GET request and save it locally.\",\"func_category\":\"File Handling\"},{\"code_type\":\"javascript\",\"func_name\":\"api_delete_with_confirmation\",\"func_desc\":\"Send a DELETE request to an API endpoint after receiving user confirmation.\",\"func_category\":\"API Integration\"},{\"code_type\":\"javascript\",\"func_name\":\"handle_api_pagination\",\"func_desc\":\"Handle API pagination by requesting data across multiple pages.\",\"func_category\":\"API Integration\"},{\"code_type\":\"javascript\",\"func_name\":\"store_api_response_in_local_storage\",\"func_desc\":\"Store the response of an API request in localStorage for offline access.\",\"func_category\":\"Browser Storage\"},{\"code_type\":\"php\",\"func_name\":\"curl_get_request\",\"func_desc\":\"Perform a GET request using cURL and return the response data.\",\"func_category\":\"Network\\\/HTTP Requests\"},{\"code_type\":\"php\",\"func_name\":\"curl_post_request\",\"func_desc\":\"Perform a POST request using cURL, send data, and handle the response.\",\"func_category\":\"Network\\\/HTTP Requests\"},{\"code_type\":\"php\",\"func_name\":\"curl_put_request\",\"func_desc\":\"Perform a PUT request using cURL to update existing data on an API.\",\"func_category\":\"Network\\\/HTTP Requests\"},{\"code_type\":\"php\",\"func_name\":\"curl_delete_request\",\"func_desc\":\"Perform a DELETE request using cURL to remove data from an API.\",\"func_category\":\"Network\\\/HTTP Requests\"},{\"code_type\":\"php\",\"func_name\":\"curl_request_with_headers\",\"func_desc\":\"Send a cURL request to an API endpoint with custom HTTP headers.\",\"func_category\":\"Network\\\/HTTP Requests\"},{\"code_type\":\"php\",\"func_name\":\"curl_request_with_auth\",\"func_desc\":\"Perform a cURL request using Bearer token authentication in the request headers.\",\"func_category\":\"Network\\\/HTTP Requests\"},{\"code_type\":\"php\",\"func_name\":\"curl_request_with_timeout\",\"func_desc\":\"Perform a cURL request with a timeout set for the connection and response.\",\"func_category\":\"Network\\\/HTTP Requests\"},{\"code_type\":\"php\",\"func_name\":\"curl_download_file\",\"func_desc\":\"Download a file from a remote URL using cURL and save it locally.\",\"func_category\":\"File Handling\"},{\"code_type\":\"php\",\"func_name\":\"curl_upload_file\",\"func_desc\":\"Upload a file to a server using a cURL POST request with multipart\\\/form-data.\",\"func_category\":\"File Handling\"},{\"code_type\":\"php\",\"func_name\":\"curl_multi_request\",\"func_desc\":\"Perform multiple simultaneous cURL requests using cURL multi handles.\",\"func_category\":\"Network\\\/HTTP Requests\"},{\"code_type\":\"php\",\"func_name\":\"db_connect_pdo\",\"func_desc\":\"Establish a connection to a MySQL database using PDO.\",\"func_category\":\"Database Operations\"},{\"code_type\":\"php\",\"func_name\":\"db_insert_record\",\"func_desc\":\"Insert a new record into a MySQL database using a prepared statement with PDO.\",\"func_category\":\"Database Operations\"},{\"code_type\":\"php\",\"func_name\":\"db_update_record\",\"func_desc\":\"Update an existing record in a MySQL database using a prepared statement with PDO.\",\"func_category\":\"Database Operations\"},{\"code_type\":\"php\",\"func_name\":\"db_delete_record\",\"func_desc\":\"Delete a record from a MySQL database using a prepared statement with PDO.\",\"func_category\":\"Database Operations\"},{\"code_type\":\"php\",\"func_name\":\"db_select_record\",\"func_desc\":\"Retrieve a specific record from a MySQL database using a prepared statement with PDO.\",\"func_category\":\"Database Operations\"},{\"code_type\":\"php\",\"func_name\":\"db_select_all_records\",\"func_desc\":\"Fetch all records from a MySQL database table using PDO.\",\"func_category\":\"Database Operations\"},{\"code_type\":\"php\",\"func_name\":\"db_execute_query\",\"func_desc\":\"Execute a raw SQL query on a MySQL database using PDO.\",\"func_category\":\"Database Operations\"},{\"code_type\":\"php\",\"func_name\":\"db_transaction_start\",\"func_desc\":\"Start a database transaction in MySQL using PDO.\",\"func_category\":\"Database Operations\"},{\"code_type\":\"php\",\"func_name\":\"db_transaction_commit\",\"func_desc\":\"Commit a database transaction in MySQL using PDO.\",\"func_category\":\"Database Operations\"},{\"code_type\":\"php\",\"func_name\":\"db_transaction_rollback\",\"func_desc\":\"Rollback a database transaction in MySQL using PDO in case of an error.\",\"func_category\":\"Database Operations\"},{\"code_type\":\"powershell\",\"func_name\":\"get_ad_user_groups\",\"func_desc\":\"Retrieve all the groups a specified user is a member of in Active Directory.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"get_ad_group_members\",\"func_desc\":\"List all members of a specified Active Directory group.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"create_ad_user\",\"func_desc\":\"Create a new user in Active Directory with specified properties.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"disable_ad_user\",\"func_desc\":\"Disable an existing Active Directory user.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"enable_ad_user\",\"func_desc\":\"Enable a previously disabled Active Directory user.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"move_ad_user_to_ou\",\"func_desc\":\"Move an Active Directory user to a different organizational unit (OU).\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"reset_ad_user_password\",\"func_desc\":\"Reset the password for a specified Active Directory user.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"add_ad_user_to_group\",\"func_desc\":\"Add a user to a specified Active Directory group.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"remove_ad_user_from_group\",\"func_desc\":\"Remove a user from a specified Active Directory group.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"join_computer_to_domain\",\"func_desc\":\"Join a computer to an Active Directory domain.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"get_ad_computer_info\",\"func_desc\":\"Retrieve detailed information about a computer in Active Directory.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"create_ad_group\",\"func_desc\":\"Create a new security group in Active Directory.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"delete_ad_user\",\"func_desc\":\"Delete a specified user from Active Directory.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"unlock_ad_user_account\",\"func_desc\":\"Unlock a user's account that is locked in Active Directory.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"get_ad_user_last_logon\",\"func_desc\":\"Retrieve the last logon date and time for a specified Active Directory user.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"check_ad_user_password_expiry\",\"func_desc\":\"Check when a user\\u2019s password is set to expire in Active Directory.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"set_ad_user_profile_path\",\"func_desc\":\"Set the profile path for a user in Active Directory.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"create_ad_organizational_unit\",\"func_desc\":\"Create a new organizational unit (OU) in Active Directory.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"remove_ad_group\",\"func_desc\":\"Delete a specified group from Active Directory.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"powershell\",\"func_name\":\"get_ad_user_manager\",\"func_desc\":\"Retrieve the manager information for a specified Active Directory user.\",\"func_category\":\"Active Directory\"},{\"code_type\":\"python\",\"func_name\":\"create_s3_bucket\",\"func_desc\":\"Create a new S3 bucket in AWS using the boto3 library.\",\"func_category\":\"[\\\"AWS\\\",\\\"Cloud Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"upload_file_to_s3\",\"func_desc\":\"Upload a local file to a specified S3 bucket using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Cloud Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"download_file_from_s3\",\"func_desc\":\"Download a file from an S3 bucket and save it locally using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Cloud Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"list_s3_buckets\",\"func_desc\":\"List all S3 buckets in your AWS account using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Cloud Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"delete_s3_bucket\",\"func_desc\":\"Delete a specified S3 bucket and its contents using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Cloud Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_ec2_instance\",\"func_desc\":\"Launch a new EC2 instance in AWS using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"start_ec2_instance\",\"func_desc\":\"Start an existing EC2 instance in AWS using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"stop_ec2_instance\",\"func_desc\":\"Stop a running EC2 instance in AWS using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"terminate_ec2_instance\",\"func_desc\":\"Terminate an EC2 instance in AWS using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"list_ec2_instances\",\"func_desc\":\"List all EC2 instances in a specific AWS region using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_dynamodb_table\",\"func_desc\":\"Create a new DynamoDB table in AWS using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Database\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"put_item_in_dynamodb\",\"func_desc\":\"Insert a new item into a DynamoDB table using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Database\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"get_item_from_dynamodb\",\"func_desc\":\"Retrieve an item from a DynamoDB table using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Database\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"delete_item_from_dynamodb\",\"func_desc\":\"Delete an item from a DynamoDB table using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Database\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"list_dynamodb_tables\",\"func_desc\":\"List all DynamoDB tables in your AWS account using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Database\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_lambda_function\",\"func_desc\":\"Create a new AWS Lambda function using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Serverless\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"invoke_lambda_function\",\"func_desc\":\"Invoke an existing AWS Lambda function and get the result using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Serverless\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"delete_lambda_function\",\"func_desc\":\"Delete an existing AWS Lambda function using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Serverless\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_iam_role\",\"func_desc\":\"Create a new IAM role for AWS services using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Security\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"attach_policy_to_role\",\"func_desc\":\"Attach an existing policy to an IAM role using boto3.\",\"func_category\":\"[\\\"AWS\\\",\\\"Security\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_resource_group\",\"func_desc\":\"Create a new resource group in Azure using the azure-mgmt-resource library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Cloud Resources\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"delete_resource_group\",\"func_desc\":\"Delete an existing resource group in Azure using the azure-mgmt-resource library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Cloud Resources\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"list_virtual_machines\",\"func_desc\":\"List all virtual machines in a specific Azure subscription using the azure-mgmt-compute library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"start_virtual_machine\",\"func_desc\":\"Start an Azure virtual machine using the azure-mgmt-compute library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"stop_virtual_machine\",\"func_desc\":\"Stop an Azure virtual machine using the azure-mgmt-compute library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"restart_virtual_machine\",\"func_desc\":\"Restart an Azure virtual machine using the azure-mgmt-compute library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_virtual_machine\",\"func_desc\":\"Create a new virtual machine in Azure using the azure-mgmt-compute library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"delete_virtual_machine\",\"func_desc\":\"Delete an existing virtual machine in Azure using the azure-mgmt-compute library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"list_storage_accounts\",\"func_desc\":\"List all storage accounts in a specific Azure subscription using the azure-mgmt-storage library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Cloud Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_storage_account\",\"func_desc\":\"Create a new storage account in Azure using the azure-mgmt-storage library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Cloud Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"delete_storage_account\",\"func_desc\":\"Delete an existing storage account in Azure using the azure-mgmt-storage library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Cloud Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"upload_blob_to_storage\",\"func_desc\":\"Upload a file to Azure Blob Storage using the azure-storage-blob library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Cloud Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"download_blob_from_storage\",\"func_desc\":\"Download a blob from Azure Blob Storage using the azure-storage-blob library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Cloud Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"list_blob_containers\",\"func_desc\":\"List all containers in a storage account using the azure-storage-blob library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Cloud Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_network_interface\",\"func_desc\":\"Create a new network interface in Azure using the azure-mgmt-network library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Networking\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"list_virtual_networks\",\"func_desc\":\"List all virtual networks in a resource group using the azure-mgmt-network library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Networking\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_virtual_network\",\"func_desc\":\"Create a new virtual network in Azure using the azure-mgmt-network library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Networking\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"delete_virtual_network\",\"func_desc\":\"Delete an existing virtual network in Azure using the azure-mgmt-network library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Networking\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_sql_database\",\"func_desc\":\"Create a new Azure SQL Database using the azure-mgmt-sql library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Database\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"delete_sql_database\",\"func_desc\":\"Delete an existing Azure SQL Database using the azure-mgmt-sql library.\",\"func_category\":\"[\\\"Azure\\\",\\\"Database\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"create_gcp_vm_instance\",\"func_desc\":\"Create a new virtual machine instance in Google Cloud using the gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"list_gcp_vm_instances\",\"func_desc\":\"List all virtual machine instances in a specific GCP project and zone using gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"delete_gcp_vm_instance\",\"func_desc\":\"Delete a virtual machine instance from a GCP project using the gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"start_gcp_vm_instance\",\"func_desc\":\"Start an existing virtual machine instance in GCP using the gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"stop_gcp_vm_instance\",\"func_desc\":\"Stop a running virtual machine instance in Google Cloud using the gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"create_gcp_bucket\",\"func_desc\":\"Create a new Google Cloud Storage bucket in a specified project.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"list_gcp_buckets\",\"func_desc\":\"List all Google Cloud Storage buckets in a specified project using gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"upload_to_gcp_bucket\",\"func_desc\":\"Upload a file to a Google Cloud Storage bucket using gsutil.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"download_from_gcp_bucket\",\"func_desc\":\"Download a file from a Google Cloud Storage bucket using gsutil.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"delete_gcp_bucket\",\"func_desc\":\"Delete a Google Cloud Storage bucket using the gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"set_gcp_bucket_permissions\",\"func_desc\":\"Set permissions on a Google Cloud Storage bucket using the gsutil command.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\",\\\"Security\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"enable_gcp_apis\",\"func_desc\":\"Enable specific Google Cloud APIs in a project using gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"APIs\\\",\\\"Configuration\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"list_gcp_projects\",\"func_desc\":\"List all GCP projects accessible to the user using gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"create_gcp_project\",\"func_desc\":\"Create a new project in Google Cloud using gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"delete_gcp_project\",\"func_desc\":\"Delete an existing Google Cloud project using gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"create_gcp_service_account\",\"func_desc\":\"Create a new service account in Google Cloud using gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"assign_gcp_role_to_service_account\",\"func_desc\":\"Assign a specific role to a service account in Google Cloud using gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"generate_gcp_service_account_key\",\"func_desc\":\"Generate and download a key for a Google Cloud service account using gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"list_gcp_service_accounts\",\"func_desc\":\"List all service accounts in a specific Google Cloud project using gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"bash\",\"func_name\":\"create_gcp_sql_instance\",\"func_desc\":\"Create a new Cloud SQL instance in Google Cloud using gcloud CLI.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Database\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpListVMInstances\",\"func_desc\":\"List all Google Cloud virtual machine instances in a specific project using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpCreateVMInstance\",\"func_desc\":\"Create a new virtual machine instance in Google Cloud using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpStartVMInstance\",\"func_desc\":\"Start an existing virtual machine instance in GCP using the Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpStopVMInstance\",\"func_desc\":\"Stop a running virtual machine instance in Google Cloud using the Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpDeleteVMInstance\",\"func_desc\":\"Delete a virtual machine instance from Google Cloud using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpListBuckets\",\"func_desc\":\"List all Google Cloud Storage buckets in a specific project using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpCreateBucket\",\"func_desc\":\"Create a new bucket in Google Cloud Storage using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpUploadFileToBucket\",\"func_desc\":\"Upload a file to a Google Cloud Storage bucket using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpDownloadFileFromBucket\",\"func_desc\":\"Download a file from a Google Cloud Storage bucket using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpDeleteBucket\",\"func_desc\":\"Delete a Google Cloud Storage bucket using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpSetBucketPermissions\",\"func_desc\":\"Set permissions for a Google Cloud Storage bucket using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\",\\\"Security\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpCreateServiceAccount\",\"func_desc\":\"Create a new service account in Google Cloud using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpAssignRoleToServiceAccount\",\"func_desc\":\"Assign a role to a service account in GCP using the IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpGenerateServiceAccountKey\",\"func_desc\":\"Generate a new key for a service account in Google Cloud using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpListServiceAccounts\",\"func_desc\":\"List all service accounts in a specific Google Cloud project using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpEnableAPIs\",\"func_desc\":\"Enable specific Google Cloud APIs in a project using the GCP API Management service.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"APIs\\\",\\\"Configuration\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpListProjects\",\"func_desc\":\"List all Google Cloud projects accessible by the user using the GCP Resource Manager API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpCreateProject\",\"func_desc\":\"Create a new project in Google Cloud using the GCP Resource Manager API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpDeleteProject\",\"func_desc\":\"Delete an existing Google Cloud project using the GCP Resource Manager API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"javascript\",\"func_name\":\"gcpCreateSQLInstance\",\"func_desc\":\"Create a new Cloud SQL instance in Google Cloud using the GCP SQL Admin API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Database\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpListVMInstances\",\"func_desc\":\"List all Google Cloud virtual machine instances in a specific project using the GCP Compute API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpCreateVMInstance\",\"func_desc\":\"Create a new virtual machine instance in Google Cloud using the GCP Compute API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpStartVMInstance\",\"func_desc\":\"Start an existing virtual machine instance in Google Cloud using the Compute API via PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpStopVMInstance\",\"func_desc\":\"Stop a running virtual machine instance in Google Cloud using the Compute API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpDeleteVMInstance\",\"func_desc\":\"Delete a virtual machine instance from Google Cloud using the GCP Compute API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpListBuckets\",\"func_desc\":\"List all Google Cloud Storage buckets in a specific project using the GCP Storage API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpCreateBucket\",\"func_desc\":\"Create a new bucket in Google Cloud Storage using the GCP Storage API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpUploadFileToBucket\",\"func_desc\":\"Upload a file to a Google Cloud Storage bucket using the GCP Storage API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpDownloadFileFromBucket\",\"func_desc\":\"Download a file from a Google Cloud Storage bucket using the GCP Storage API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpDeleteBucket\",\"func_desc\":\"Delete a Google Cloud Storage bucket using the GCP Storage API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpSetBucketPermissions\",\"func_desc\":\"Set permissions for a Google Cloud Storage bucket using the GCP IAM API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\",\\\"Security\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpCreateServiceAccount\",\"func_desc\":\"Create a new service account in Google Cloud using the GCP IAM API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpAssignRoleToServiceAccount\",\"func_desc\":\"Assign a role to a service account in GCP using the IAM API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpGenerateServiceAccountKey\",\"func_desc\":\"Generate a new key for a service account in Google Cloud using the GCP IAM API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpListServiceAccounts\",\"func_desc\":\"List all service accounts in a specific Google Cloud project using the GCP IAM API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpEnableAPIs\",\"func_desc\":\"Enable specific Google Cloud APIs in a project using the GCP API Management service in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"APIs\\\",\\\"Configuration\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpListProjects\",\"func_desc\":\"List all Google Cloud projects accessible by the user using the GCP Resource Manager API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpCreateProject\",\"func_desc\":\"Create a new project in Google Cloud using the GCP Resource Manager API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpDeleteProject\",\"func_desc\":\"Delete an existing Google Cloud project using the GCP Resource Manager API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"php\",\"func_name\":\"gcpCreateSQLInstance\",\"func_desc\":\"Create a new Cloud SQL instance in Google Cloud using the GCP SQL Admin API in PHP.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Database\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Get-GCPVMInstances\",\"func_desc\":\"List all virtual machine instances in a Google Cloud project using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"New-GCPVMInstance\",\"func_desc\":\"Create a new virtual machine instance in Google Cloud using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Start-GCPVMInstance\",\"func_desc\":\"Start a virtual machine instance in Google Cloud using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Stop-GCPVMInstance\",\"func_desc\":\"Stop a running virtual machine instance in Google Cloud using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Remove-GCPVMInstance\",\"func_desc\":\"Delete a virtual machine instance in Google Cloud using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Get-GCPStorageBuckets\",\"func_desc\":\"List all Google Cloud Storage buckets in a specific project using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"New-GCPStorageBucket\",\"func_desc\":\"Create a new Google Cloud Storage bucket using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Set-GCPBucketPermissions\",\"func_desc\":\"Set IAM permissions for a Google Cloud Storage bucket using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\",\\\"Security\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Get-GCPBucketFiles\",\"func_desc\":\"List all files in a Google Cloud Storage bucket using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Upload-GCPBucketFile\",\"func_desc\":\"Upload a file to a Google Cloud Storage bucket using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Download-GCPBucketFile\",\"func_desc\":\"Download a file from a Google Cloud Storage bucket using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Remove-GCPStorageBucket\",\"func_desc\":\"Delete a Google Cloud Storage bucket using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"New-GCPServiceAccount\",\"func_desc\":\"Create a new service account in Google Cloud using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Set-GCPServiceAccountRole\",\"func_desc\":\"Assign a role to a service account in Google Cloud using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"New-GCPServiceAccountKey\",\"func_desc\":\"Generate a new key for a Google Cloud service account using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Get-GCPServiceAccounts\",\"func_desc\":\"List all service accounts in a Google Cloud project using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Enable-GCPAPI\",\"func_desc\":\"Enable a Google Cloud API in a project using the GCP API Management service.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"APIs\\\",\\\"Configuration\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Get-GCPProjects\",\"func_desc\":\"List all Google Cloud projects available to the user using the GCP Resource Manager API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"New-GCPProject\",\"func_desc\":\"Create a new Google Cloud project using the GCP Resource Manager API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"powershell\",\"func_name\":\"Remove-GCPProject\",\"func_desc\":\"Delete a Google Cloud project using the GCP Resource Manager API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"list_gcp_vm_instances\",\"func_desc\":\"List all virtual machine instances in a specific Google Cloud project using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_gcp_vm_instance\",\"func_desc\":\"Create a new virtual machine instance in Google Cloud using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"start_gcp_vm_instance\",\"func_desc\":\"Start an existing virtual machine instance in Google Cloud using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"stop_gcp_vm_instance\",\"func_desc\":\"Stop a running virtual machine instance in Google Cloud using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"delete_gcp_vm_instance\",\"func_desc\":\"Delete a virtual machine instance from Google Cloud using the GCP Compute API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Compute\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"list_gcp_buckets\",\"func_desc\":\"List all Google Cloud Storage buckets in a specific project using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_gcp_bucket\",\"func_desc\":\"Create a new Google Cloud Storage bucket using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"upload_file_to_gcp_bucket\",\"func_desc\":\"Upload a file to a Google Cloud Storage bucket using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"download_file_from_gcp_bucket\",\"func_desc\":\"Download a file from a Google Cloud Storage bucket using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"delete_gcp_bucket\",\"func_desc\":\"Delete a Google Cloud Storage bucket using the GCP Storage API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"set_gcp_bucket_permissions\",\"func_desc\":\"Set permissions for a Google Cloud Storage bucket using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Storage\\\",\\\"Security\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_gcp_service_account\",\"func_desc\":\"Create a new service account in Google Cloud using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"assign_role_to_gcp_service_account\",\"func_desc\":\"Assign a role to a service account in GCP using the IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"generate_gcp_service_account_key\",\"func_desc\":\"Generate a new key for a service account in Google Cloud using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"list_gcp_service_accounts\",\"func_desc\":\"List all service accounts in a specific Google Cloud project using the GCP IAM API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Identity and Access Management\\\",\\\"Security\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"enable_gcp_apis\",\"func_desc\":\"Enable specific Google Cloud APIs in a project using the GCP API Management service.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"APIs\\\",\\\"Configuration\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"list_gcp_projects\",\"func_desc\":\"List all Google Cloud projects accessible by the user using the GCP Resource Manager API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_gcp_project\",\"func_desc\":\"Create a new project in Google Cloud using the GCP Resource Manager API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"delete_gcp_project\",\"func_desc\":\"Delete an existing Google Cloud project using the GCP Resource Manager API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Project Management\\\"]\"},{\"code_type\":\"python\",\"func_name\":\"create_gcp_sql_instance\",\"func_desc\":\"Create a new Cloud SQL instance in Google Cloud using the GCP SQL Admin API.\",\"func_category\":\"[\\\"Google Cloud\\\",\\\"Database\\\"]\"}]"
[{"code_type":"bash","func_name":"check_disk_usage","func_desc":"Check the disk space usage on the system.","func_category":"System Monitoring"},{"code_type":"bash","func_name":"backup_directory","func_desc":"Backup a specified directory.","func_category":"Backup & Restore"},{"code_type":"bash","func_name":"monitor_cpu","func_desc":"Monitor CPU usage over time.","func_category":"System Monitoring"},{"code_type":"bash","func_name":"send_email_notification","func_desc":"Send an email notification from a Bash script.","func_category":"Email"},{"code_type":"bash","func_name":"fetch_http_content","func_desc":"Retrieve the content of a URL using curl or wget.","func_category":"Network Operations"},{"code_type":"bash","func_name":"compress_files","func_desc":"Compress multiple files into a zip archive.","func_category":"File Management"},{"code_type":"bash","func_name":"extract_tar_gz","func_desc":"Extract a .tar.gz file.","func_category":"File Management"},{"code_type":"bash","func_name":"find_large_files","func_desc":"Find files larger than a specific size.","func_category":"File Management"},{"code_type":"bash","func_name":"check_service_status","func_desc":"Check if a service is running.","func_category":"System Monitoring"},{"code_type":"bash","func_name":"list_open_ports","func_desc":"List all open network ports.","func_category":"Network Operations"},{"code_type":"bash","func_name":"kill_process_by_name","func_desc":"Kill a process based on its name.","func_category":"System Operations"},{"code_type":"bash","func_name":"monitor_log_changes","func_desc":"Continuously monitor a log file for changes.","func_category":"System Monitoring"},{"code_type":"bash","func_name":"parse_csv","func_desc":"Parse and read data from a CSV file.","func_category":"Data Processing"},{"code_type":"bash","func_name":"ping_multiple_hosts","func_desc":"Ping a list of IPs or hostnames.","func_category":"Network Operations"},{"code_type":"bash","func_name":"convert_file_encoding","func_desc":"Convert file encoding between formats.","func_category":"File Management"},{"code_type":"bash","func_name":"check_website_status","func_desc":"Check if a website is up.","func_category":"Network Operations"},{"code_type":"bash","func_name":"download_file","func_desc":"Download a file from the internet.","func_category":"[\"File Management\"]"},{"code_type":"bash","func_name":"check_network_speed","func_desc":"Test internet connection speed using a speed test tool.","func_category":"Network Operations"},{"code_type":"bash","func_name":"schedule_cron_job","func_desc":"Create a cron job to schedule script execution.","func_category":"System Operations"},{"code_type":"bash","func_name":"get_external_ip","func_desc":"Retrieve the external IP address of the system.","func_category":"Network Operations"},{"code_type":"javascript","func_name":"debounce","func_desc":"Delay the execution of a function.","func_category":"Performance Optimization"},{"code_type":"javascript","func_name":"throttle","func_desc":"Limit how often a function can be executed.","func_category":"Performance Optimization"},{"code_type":"javascript","func_name":"deepClone","func_desc":"Create a deep copy of an object or array.","func_category":"Data Handling"},{"code_type":"javascript","func_name":"fetchJson","func_desc":"Fetch and parse JSON data from a URL.","func_category":"API Integration"},{"code_type":"javascript","func_name":"capitalize","func_desc":"Capitalize the first letter of a string.","func_category":"String Manipulation"},{"code_type":"javascript","func_name":"isPrime","func_desc":"Check if a number is prime.","func_category":"Mathematical Functions"},{"code_type":"javascript","func_name":"flattenArray","func_desc":"Flatten a nested array into a single-level array.","func_category":"Data Handling"},{"code_type":"javascript","func_name":"debounceEventListener","func_desc":"Add a debounced event listener to an element.","func_category":"Performance Optimization"},{"code_type":"javascript","func_name":"getRandomInt","func_desc":"Generate a random integer within a given range.","func_category":"Mathematical Functions"},{"code_type":"javascript","func_name":"groupBy","func_desc":"Group an array of objects by a specific property.","func_category":"Data Handling"},{"code_type":"javascript","func_name":"sleep","func_desc":"Delay execution of code for a specific amount of time.","func_category":"Performance Optimization"},{"code_type":"javascript","func_name":"deepMerge","func_desc":"Deeply merge two or more objects.","func_category":"Data Handling"},{"code_type":"javascript","func_name":"parseQueryString","func_desc":"Parse query string parameters into an object.","func_category":"URL Handling"},{"code_type":"javascript","func_name":"sortArray","func_desc":"Sort an array of numbers or strings.","func_category":"Data Handling"},{"code_type":"javascript","func_name":"uniqueArray","func_desc":"Return an array with unique elements.","func_category":"Data Handling"},{"code_type":"javascript","func_name":"shuffleArray","func_desc":"Shuffle the elements of an array.","func_category":"Data Handling"},{"code_type":"javascript","func_name":"formatDate","func_desc":"Format a date into a readable string.","func_category":"Date Manipulation"},{"code_type":"javascript","func_name":"escapeHtml","func_desc":"Escape HTML entities in a string.","func_category":"Security"},{"code_type":"javascript","func_name":"validateEmail","func_desc":"Validate an email address using a regular expression.","func_category":"Validation"},{"code_type":"javascript","func_name":"setCookie","func_desc":"Set a cookie with expiration.","func_category":"Browser Storage"},{"code_type":"php","func_name":"sanitize_input","func_desc":"Sanitize user input to prevent SQL injection or XSS attacks.","func_category":"Security"},{"code_type":"php","func_name":"generate_password_hash","func_desc":"Hash a password using bcrypt.","func_category":"Security"},{"code_type":"php","func_name":"send_email_smtp","func_desc":"Send an email using SMTP.","func_category":"Email"},{"code_type":"php","func_name":"resize_image","func_desc":"Resize an image while maintaining aspect ratio.","func_category":"[\"Image Processing\"]"},{"code_type":"php","func_name":"validate_url","func_desc":"Validate if a string is a valid URL.","func_category":"Utilities"},{"code_type":"php","func_name":"format_money","func_desc":"Format a number as a currency.","func_category":"Data Conversion & Formatting"},{"code_type":"php","func_name":"generate_random_string","func_desc":"Generate a secure random string.","func_category":"Utilities"},{"code_type":"php","func_name":"convert_json_to_array","func_desc":"Convert a JSON string into an associative array.","func_category":"Data Conversion & Formatting"},{"code_type":"php","func_name":"create_zip","func_desc":"Create a zip file from multiple files.","func_category":"File Handling"},{"code_type":"php","func_name":"get_ip_address","func_desc":"Retrieve the client's IP address.","func_category":"User Management"},{"code_type":"php","func_name":"parse_ini_file","func_desc":"Parse an .ini configuration file.","func_category":"Data Conversion & Formatting"},{"code_type":"php","func_name":"http_get_request","func_desc":"Send an HTTP GET request.","func_category":"Network\/HTTP Requests"},{"code_type":"php","func_name":"http_post_request","func_desc":"Send an HTTP POST request.","func_category":"Network\/HTTP Requests"},{"code_type":"php","func_name":"log_to_file","func_desc":"Append a log message to a file.","func_category":"Utilities"},{"code_type":"php","func_name":"read_csv_file","func_desc":"Read data from a CSV file.","func_category":"File Handling"},{"code_type":"php","func_name":"check_file_exists","func_desc":"Check if a file exists.","func_category":"File Handling"},{"code_type":"php","func_name":"file_upload","func_desc":"Handle file uploads securely.","func_category":"File Handling"},{"code_type":"php","func_name":"send_json_response","func_desc":"Send a JSON response with appropriate headers.","func_category":"Email"},{"code_type":"php","func_name":"calculate_age","func_desc":"Calculate age based on a given birthdate.","func_category":"Data Conversion & Formatting"},{"code_type":"php","func_name":"validate_credit_card","func_desc":"Validate credit card numbers.","func_category":"Security"},{"code_type":"powershell","func_name":"get_system_info","func_desc":"Retrieve basic system information (OS, CPU, RAM).","func_category":"System Information"},{"code_type":"powershell","func_name":"backup_files","func_desc":"Copy files to a backup location.","func_category":"Backup & Restore"},{"code_type":"powershell","func_name":"send_smtp_email","func_desc":"Send an email using SMTP.","func_category":"Email"},{"code_type":"powershell","func_name":"check_process_status","func_desc":"Check if a specific process is running.","func_category":"System Monitoring"},{"code_type":"powershell","func_name":"get_network_adapters","func_desc":"List all network adapters and their statuses.","func_category":"Network Operations"},{"code_type":"powershell","func_name":"monitor_event_logs","func_desc":"Monitor Windows event logs for specific events.","func_category":"Log Monitoring"},{"code_type":"powershell","func_name":"get_service_status","func_desc":"Check the status of a Windows service.","func_category":"Service Management"},{"code_type":"powershell","func_name":"start_windows_service","func_desc":"Start a Windows service.","func_category":"Service Management"},{"code_type":"powershell","func_name":"stop_windows_service","func_desc":"Stop a Windows service.","func_category":"Service Management"},{"code_type":"powershell","func_name":"list_installed_programs","func_desc":"List all installed programs.","func_category":"System Information"},{"code_type":"powershell","func_name":"compress_directory","func_desc":"Compress a directory into a zip file.","func_category":"File Management"},{"code_type":"powershell","func_name":"read_registry_key","func_desc":"Read a specific Windows registry key.","func_category":"Registry Management"},{"code_type":"powershell","func_name":"clear_event_logs","func_desc":"Clear Windows event logs.","func_category":"Log Management"},{"code_type":"powershell","func_name":"get_disk_usage","func_desc":"Retrieve the current disk usage.","func_category":"System Monitoring"},{"code_type":"powershell","func_name":"download_file","func_desc":"Download a file from the internet using PowerShell.","func_category":"[\"File Management\"]"},{"code_type":"powershell","func_name":"get_user_list","func_desc":"List all users on the local machine.","func_category":"User Management"},{"code_type":"powershell","func_name":"set_ip_address","func_desc":"Set the IP address for a network adapter.","func_category":"Network Operations"},{"code_type":"powershell","func_name":"get_wifi_passwords","func_desc":"Retrieve saved WiFi passwords.","func_category":"Security"},{"code_type":"powershell","func_name":"ping_device","func_desc":"Ping a device on the network and return the result.","func_category":"Network Operations"},{"code_type":"powershell","func_name":"get_uptime","func_desc":"Check how long the system has been running.","func_category":"System Monitoring"},{"code_type":"python","func_name":"send_email","func_desc":"Send an email using SMTP with attachments.","func_category":"[\"Email\"]"},{"code_type":"python","func_name":"download_file","func_desc":"Download a file from a URL.","func_category":"[\"File Management\"]"},{"code_type":"python","func_name":"convert_to_json","func_desc":"Convert a Python dictionary to JSON format.","func_category":"[\"Data Handling\"]"},{"code_type":"python","func_name":"read_csv","func_desc":"Read data from a CSV file and return a list.","func_category":"[\"File Management\",\"Data Handling\"]"},{"code_type":"python","func_name":"write_csv","func_desc":"Write data to a CSV file.","func_category":"[\"File Management\",\"Data Handling\"]"},{"code_type":"python","func_name":"resize_image","func_desc":"Resize an image using Pillow.","func_category":"[\"Image Processing\"]"},{"code_type":"python","func_name":"hash_password","func_desc":"Hash a password using bcrypt.","func_category":"[\"Security\"]"},{"code_type":"python","func_name":"check_palindrome","func_desc":"Check if a string is a palindrome.","func_category":"[\"String Manipulation\"]"},{"code_type":"python","func_name":"calculate_factorial","func_desc":"Calculate the factorial of a number.","func_category":"[\"Mathematical Functions\"]"},{"code_type":"python","func_name":"web_scrape","func_desc":"Scrape data from a webpage using BeautifulSoup.","func_category":"[\"Web Scraping\"]"},{"code_type":"python","func_name":"generate_uuid","func_desc":"Generate a random UUID.","func_category":"[\"Data Handling\"]"},{"code_type":"python","func_name":"send_get_request","func_desc":"Send a GET request and return the response.","func_category":"[\"API Integration\"]"},{"code_type":"python","func_name":"send_post_request","func_desc":"Send a POST request with data.","func_category":"[\"API Integration\"]"},{"code_type":"python","func_name":"validate_email","func_desc":"Validate an email using a regular expression.","func_category":"[\"Validation\"]"},{"code_type":"python","func_name":"find_duplicates_in_list","func_desc":"Find duplicate items in a list.","func_category":"[\"Data Handling\"]"},{"code_type":"python","func_name":"merge_dictionaries","func_desc":"Merge two or more dictionaries.","func_category":"[\"Data Handling\"]"},{"code_type":"python","func_name":"encrypt_data","func_desc":"Encrypt data using a symmetric encryption algorithm.","func_category":"[\"Security\"]"},{"code_type":"python","func_name":"check_prime","func_desc":"Check if a number is prime.","func_category":"[\"Mathematical Functions\"]"},{"code_type":"python","func_name":"download_images","func_desc":"Download images from a URL.","func_category":"[\"File Management\"]"},{"code_type":"python","func_name":"get_weather_data","func_desc":"Retrieve weather data from an API.","func_category":"[\"API Integration\"]"},{"code_type":"bash","func_name":"automated_database_backup","func_desc":"Automate the process of backing up a MySQL database and compress the output into a .tar.gz file.","func_category":"Backup & Restore"},{"code_type":"bash","func_name":"log_file_rotation","func_desc":"Rotate log files by archiving old logs, compressing them, and keeping only the latest log files.","func_category":"File Management"},{"code_type":"bash","func_name":"monitor_memory_usage","func_desc":"Monitor system memory usage in real-time and alert if usage exceeds a defined threshold.","func_category":"System Monitoring"},{"code_type":"bash","func_name":"sync_directories_rsync","func_desc":"Sync two directories (local or remote) using rsync with error handling and email notifications.","func_category":"File Management"},{"code_type":"bash","func_name":"process_monitoring_daemon","func_desc":"Create a background daemon to monitor critical processes and restart them if they crash.","func_category":"System Operations"},{"code_type":"bash","func_name":"generate_ssl_certificates","func_desc":"Automatically generate and renew SSL certificates using Let's Encrypt and schedule the renewal using cron.","func_category":"Network Operations"},{"code_type":"bash","func_name":"fetch_api_data","func_desc":"Fetch data from a REST API using curl and process the JSON response for output in a human-readable format.","func_category":"Network Operations"},{"code_type":"bash","func_name":"user_account_cleanup","func_desc":"Search for and delete user accounts that have not been active for a specified number of days.","func_category":"User Management"},{"code_type":"bash","func_name":"advanced_file_permission_audit","func_desc":"Perform a detailed audit of file and directory permissions, focusing on sensitive files like \/etc and \/var.","func_category":"Security"},{"code_type":"bash","func_name":"network_latency_test","func_desc":"Test the network latency between your system and multiple remote servers, storing the results in a CSV file.","func_category":"Network Operations"},{"code_type":"bash","func_name":"disk_usage_report_with_visualization","func_desc":"Generate a disk usage report and create visual pie charts or bar graphs using gnuplot for better insights.","func_category":"System Monitoring"},{"code_type":"bash","func_name":"firewall_rule_report","func_desc":"Generate a detailed report of all active firewall rules (iptables) and export them to a formatted text file.","func_category":"Security"},{"code_type":"bash","func_name":"cronjob_health_check","func_desc":"Check the health of all configured cron jobs and log the status of each, including last run times.","func_category":"System Operations"},{"code_type":"bash","func_name":"docker_container_backup","func_desc":"Create backups of all running Docker containers by saving their images and configuration data to an archive.","func_category":"Backup & Restore"},{"code_type":"bash","func_name":"nginx_log_analysis","func_desc":"Analyze NGINX log files for suspicious IP addresses, high traffic, or slow response times, and output the findings.","func_category":"Log Analysis"},{"code_type":"bash","func_name":"custom_software_installer","func_desc":"Write a script that automates the installation and configuration of a set of software packages, including dependencies.","func_category":"System Operations"},{"code_type":"bash","func_name":"remote_server_reboot_schedule","func_desc":"Schedule reboots for a list of remote servers using SSH and log the uptime before and after each reboot.","func_category":"System Operations"},{"code_type":"bash","func_name":"system_hardening_audit","func_desc":"Perform a security audit of the system by checking for weak passwords, outdated software, and insecure file permissions.","func_category":"Security"},{"code_type":"bash","func_name":"automated_media_transcoding","func_desc":"Monitor a directory for new media files and automatically transcode them into a different format using FFmpeg.","func_category":"Media Processing"},{"code_type":"bash","func_name":"multi_server_log_collector","func_desc":"Collect logs from multiple servers via SSH and consolidate them into a central log file for easier monitoring.","func_category":"Log Analysis"},{"code_type":"javascript","func_name":"debounced_ajax_request","func_desc":"Make an AJAX request with debouncing to prevent multiple rapid requests when typing in a search box.","func_category":"Performance Optimization"},{"code_type":"javascript","func_name":"dynamic_form_generator","func_desc":"Dynamically generate HTML forms from JSON schema definitions and handle validation.","func_category":"Form Handling"},{"code_type":"javascript","func_name":"infinite_scroll_pagination","func_desc":"Implement infinite scrolling on a webpage that loads more content as the user scrolls down.","func_category":"UI Enhancements"},{"code_type":"javascript","func_name":"file_drag_and_drop_uploader","func_desc":"Create a file uploader with drag-and-drop functionality, showing file previews and progress bars.","func_category":"File Handling"},{"code_type":"javascript","func_name":"generate_pdf_report","func_desc":"Generate a PDF report dynamically from a webpage using jsPDF and include charts and tables.","func_category":"File Handling"},{"code_type":"javascript","func_name":"reactive_object_watcher","func_desc":"Watch changes to deeply nested JavaScript objects and trigger callbacks for reactive updates.","func_category":"Data Handling"},{"code_type":"javascript","func_name":"cache_api_requests","func_desc":"Implement caching for API requests using the browser's localStorage or sessionStorage.","func_category":"Performance Optimization"},{"code_type":"javascript","func_name":"lazy_load_images","func_desc":"Improve webpage performance by lazy-loading images as they come into the user's viewport.","func_category":"Performance Optimization"},{"code_type":"javascript","func_name":"web_socket_chat_app","func_desc":"Create a basic real-time chat application using WebSockets for bidirectional communication.","func_category":"Real-time Communication"},{"code_type":"javascript","func_name":"custom_data_table","func_desc":"Build a customizable data table with sorting, filtering, pagination, and export to CSV features.","func_category":"UI Enhancements"},{"code_type":"javascript","func_name":"deep_copy_object","func_desc":"Create a deep copy of an object that correctly handles circular references and nested data structures.","func_category":"Data Handling"},{"code_type":"javascript","func_name":"autocomplete_input","func_desc":"Implement an autocomplete input field that provides suggestions based on user input and an external API.","func_category":"UI Enhancements"},{"code_type":"javascript","func_name":"date_range_picker","func_desc":"Create a custom date range picker widget with user-friendly date selection and validation logic.","func_category":"Date Manipulation"},{"code_type":"javascript","func_name":"real_time_form_validation","func_desc":"Validate a form in real-time as the user types, showing custom error messages for each field.","func_category":"Form Handling"},{"code_type":"javascript","func_name":"canvas_drawing_tool","func_desc":"Build a simple drawing tool using the HTML5 Canvas API, allowing users to draw and save their creations.","func_category":"UI Enhancements"},{"code_type":"javascript","func_name":"dynamic_chart_generator","func_desc":"Generate interactive charts on a webpage using Chart.js, with data that updates dynamically.","func_category":"Data Visualization"},{"code_type":"javascript","func_name":"user_auth_token_refresh","func_desc":"Automatically refresh JWT tokens for user authentication before they expire to keep users logged in.","func_category":"Authentication"},{"code_type":"javascript","func_name":"background_geolocation_tracker","func_desc":"Track a user's location in the background using the Geolocation API and update the map in real-time.","func_category":"Geolocation"},{"code_type":"javascript","func_name":"progressive_web_app_offline_support","func_desc":"Implement offline support for a Progressive Web App (PWA) by caching resources using a Service Worker.","func_category":"PWA Support"},{"code_type":"javascript","func_name":"text_diff_checker","func_desc":"Create a text diff checker that compares two pieces of text and highlights the differences between them.","func_category":"Text Processing"},{"code_type":"php","func_name":"multi_file_upload_handler","func_desc":"Handle multiple file uploads, validate file types and sizes, and store files in a specified directory.","func_category":"File Handling"},{"code_type":"php","func_name":"api_rate_limiter","func_desc":"Implement API rate limiting using Redis or a database to prevent abuse of the API.","func_category":"Security"},{"code_type":"php","func_name":"pdf_invoice_generator","func_desc":"Generate PDF invoices from user order data using the TCPDF or FPDF library.","func_category":"File\/Document Generation"},{"code_type":"php","func_name":"cron_job_scheduler","func_desc":"Create and manage scheduled tasks (cron jobs) from a web interface and store schedules in a database.","func_category":"System Operations"},{"code_type":"php","func_name":"oauth2_authentication","func_desc":"Implement OAuth 2.0 authentication with an external provider like Google or Facebook.","func_category":"Security"},{"code_type":"php","func_name":"data_encryption_service","func_desc":"Encrypt sensitive data using OpenSSL and store the encrypted data securely in the database.","func_category":"Security"},{"code_type":"php","func_name":"csv_import_parser","func_desc":"Parse a CSV file and insert its contents into a MySQL database, handling errors and validation.","func_category":"File Handling"},{"code_type":"php","func_name":"background_task_executor","func_desc":"Execute background tasks asynchronously using a queue system such as Beanstalkd or Redis.","func_category":"System Operations"},{"code_type":"php","func_name":"user_activity_logger","func_desc":"Log user activities (logins, actions) to a database for auditing and analytics purposes.","func_category":"User Management"},{"code_type":"php","func_name":"image_watermark_adder","func_desc":"Add a watermark to images before storing them on the server using the GD or Imagick library.","func_category":"File Handling"},{"code_type":"php","func_name":"custom_pagination_helper","func_desc":"Create a reusable pagination helper that generates pagination links for any dataset.","func_category":"Utilities"},{"code_type":"php","func_name":"data_export_to_excel","func_desc":"Export MySQL data to an Excel file using PHPExcel or PhpSpreadsheet libraries.","func_category":"File\/Document Generation"},{"code_type":"php","func_name":"multi_language_support","func_desc":"Implement multi-language support in your application using translation files and user-selected language settings.","func_category":"Utilities"},{"code_type":"php","func_name":"xml_data_parser","func_desc":"Parse XML data from an external API or file and convert it into PHP arrays for further processing.","func_category":"Data Conversion & Formatting"},{"code_type":"php","func_name":"server_health_monitor","func_desc":"Monitor server health metrics (CPU, memory usage, disk space) and send alerts if thresholds are exceeded.","func_category":"System Operations"},{"code_type":"php","func_name":"user_password_reset_system","func_desc":"Implement a secure password reset system with email verification and token expiration.","func_category":"Security"},{"code_type":"php","func_name":"social_media_auto_poster","func_desc":"Post content automatically to social media platforms like Twitter and Facebook using their APIs.","func_category":"API Integration"},{"code_type":"php","func_name":"session_manager","func_desc":"Implement a custom session management system that stores session data in a database instead of the filesystem.","func_category":"Security"},{"code_type":"php","func_name":"payment_gateway_integration","func_desc":"Integrate with a payment gateway like Stripe or PayPal for processing transactions and handling webhooks.","func_category":"API Integration"},{"code_type":"php","func_name":"complex_form_builder","func_desc":"Build complex dynamic forms based on database fields and validation rules, with the ability to store results in the database.","func_category":"Form Handling"},{"code_type":"powershell","func_name":"monitor_system_performance","func_desc":"Monitor system performance metrics (CPU, memory, disk usage) in real-time and log the data to a file.","func_category":"System Monitoring"},{"code_type":"powershell","func_name":"active_directory_user_audit","func_desc":"Audit Active Directory users by extracting information on password expiration, login activity, and account status.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"automated_patch_deployment","func_desc":"Deploy Windows updates across multiple servers automatically using PowerShell Remoting and WSUS.","func_category":"System Maintenance"},{"code_type":"powershell","func_name":"backup_and_restore_sql_server","func_desc":"Automate backup and restore operations for SQL Server databases, with logging and error handling.","func_category":"Backup & Restore"},{"code_type":"powershell","func_name":"automated_task_scheduler","func_desc":"Create, modify, and manage scheduled tasks on Windows servers and workstations programmatically.","func_category":"Task Scheduling"},{"code_type":"powershell","func_name":"cloud_resource_management","func_desc":"Manage Azure or AWS cloud resources (e.g., VMs, storage, networks) using PowerShell commands.","func_category":"Cloud Management"},{"code_type":"powershell","func_name":"file_integrity_monitor","func_desc":"Monitor files and folders for changes in integrity by calculating hash values and comparing them periodically.","func_category":"File Management"},{"code_type":"powershell","func_name":"generate_system_health_report","func_desc":"Generate a detailed system health report, including installed software, hardware details, and performance logs.","func_category":"System Information"},{"code_type":"powershell","func_name":"automate_certificate_renewal","func_desc":"Automate SSL\/TLS certificate renewal on Windows Servers and bind them to IIS websites.","func_category":"Security"},{"code_type":"powershell","func_name":"migrate_files_to_azure_blob","func_desc":"Move large files or directories to Azure Blob Storage and track upload progress.","func_category":"Cloud Management"},{"code_type":"powershell","func_name":"active_directory_group_management","func_desc":"Automate the creation, deletion, and modification of Active Directory groups, including membership changes.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"automate_software_installation","func_desc":"Install or uninstall software packages remotely across multiple machines using PowerShell and Group Policy.","func_category":"System Maintenance"},{"code_type":"powershell","func_name":"disk_space_alert_system","func_desc":"Set up alerts for low disk space on critical servers, including automatic notification via email or Teams.","func_category":"System Monitoring"},{"code_type":"powershell","func_name":"user_profile_migration_tool","func_desc":"Migrate user profiles from one system to another, preserving data, settings, and permissions.","func_category":"User Management"},{"code_type":"powershell","func_name":"real_time_log_monitoring","func_desc":"Monitor event logs or specific application logs in real-time and trigger actions based on log entries.","func_category":"Log Monitoring"},{"code_type":"powershell","func_name":"hyper_v_vm_management","func_desc":"Automate the provisioning, configuration, and monitoring of Hyper-V virtual machines.","func_category":"Virtualization"},{"code_type":"powershell","func_name":"network_latency_diagnoser","func_desc":"Diagnose and analyze network latency by running a series of pings and traceroutes and generating a report.","func_category":"Network Operations"},{"code_type":"powershell","func_name":"manage_dns_records","func_desc":"Add, modify, or delete DNS records on a Windows DNS server using PowerShell and automate common tasks.","func_category":"Network Operations"},{"code_type":"powershell","func_name":"automated_disk_cleanup","func_desc":"Automate disk cleanup by identifying and removing temporary files, log files, and old backups to free space.","func_category":"System Maintenance"},{"code_type":"powershell","func_name":"user_onboarding_offboarding_automation","func_desc":"Automate user onboarding and offboarding processes by managing AD accounts, permissions, mailboxes, and software licenses.","func_category":"User Management"},{"code_type":"python","func_name":"distributed_web_scraper","func_desc":"Build a distributed web scraper that can handle large-scale scraping tasks using multiple threads and asynchronous requests.","func_category":"[\"Web Scraping\",\"Distributed Systems\"]"},{"code_type":"python","func_name":"image_recognition_pipeline","func_desc":"Create an image recognition pipeline using TensorFlow or PyTorch to classify images from a given dataset.","func_category":"[\"Machine Learning\",\"Image Processing\"]"},{"code_type":"python","func_name":"natural_language_processing_pipeline","func_desc":"Develop a complete natural language processing pipeline for sentiment analysis, text classification, and named entity recognition using spaCy or NLTK.","func_category":"[\"Machine Learning\",\"Natural Language Processing\"]"},{"code_type":"python","func_name":"data_pipeline_with_airflow","func_desc":"Build a data pipeline using Apache Airflow to extract, transform, and load (ETL) data from multiple sources into a data warehouse.","func_category":"[\"Data Pipelines\"]"},{"code_type":"python","func_name":"time_series_forecasting","func_desc":"Implement time series forecasting using ARIMA, Prophet, or LSTM models to predict future values from a sequence of observations.","func_category":"[\"Machine Learning\"]"},{"code_type":"python","func_name":"deep_learning_chatbot","func_desc":"Create a chatbot using a deep learning-based seq2seq model for generating natural language responses based on user input.","func_category":"[\"Machine Learning\",\"Chatbots\"]"},{"code_type":"python","func_name":"distributed_task_queue","func_desc":"Set up a distributed task queue using Celery and RabbitMQ to distribute workload across multiple workers asynchronously.","func_category":"[\"Distributed Systems\"]"},{"code_type":"python","func_name":"real_time_stock_data_dashboard","func_desc":"Develop a real-time stock data dashboard using Flask and WebSockets to visualize live financial data from an API.","func_category":"[\"Data Visualization\",\"Real-time Systems\"]"},{"code_type":"python","func_name":"automatic_document_summarization","func_desc":"Build a system that performs automatic document summarization using extractive or abstractive techniques with NLP libraries.","func_category":"[\"Natural Language Processing\"]"},{"code_type":"python","func_name":"voice_command_recognition","func_desc":"Create a voice command recognition system using speech recognition libraries to detect and respond to specific commands.","func_category":"[\"Speech Recognition\"]"},{"code_type":"python","func_name":"recommendation_system","func_desc":"Develop a recommendation system using collaborative filtering and content-based filtering to suggest items to users.","func_category":"[\"Machine Learning\"]"},{"code_type":"python","func_name":"reinforcement_learning_agent","func_desc":"Build a reinforcement learning agent using Q-learning or Deep Q Networks to solve tasks in a simulated environment.","func_category":"[\"Machine Learning\"]"},{"code_type":"python","func_name":"data_visualization_dashboard","func_desc":"Create an interactive data visualization dashboard using Dash or Plotly to explore and analyze large datasets.","func_category":"[\"Data Visualization\"]"},{"code_type":"python","func_name":"face_detection_and_recognition","func_desc":"Implement a face detection and recognition system using OpenCV and deep learning for real-time facial recognition.","func_category":"[\"Image Processing\",\"Machine Learning\"]"},{"code_type":"python","func_name":"currency_exchange_rate_predictor","func_desc":"Create a currency exchange rate prediction model using historical data and machine learning techniques like XGBoost or Random Forest.","func_category":"[\"Machine Learning\"]"},{"code_type":"python","func_name":"serverless_aws_lambda_function","func_desc":"Build a serverless function using AWS Lambda to trigger an action based on events from an S3 bucket or API Gateway.","func_category":"[\"Serverless\",\"AWS\"]"},{"code_type":"python","func_name":"multi_tenant_web_application","func_desc":"Develop a multi-tenant web application using Django to support multiple clients with isolated data and resources.","func_category":"[\"Web Development\"]"},{"code_type":"python","func_name":"blockchain_based_ledger","func_desc":"Create a blockchain-based ledger to record transactions in a distributed and tamper-proof manner using Python blockchain libraries.","func_category":"[\"Blockchain\"]"},{"code_type":"python","func_name":"image_style_transfer","func_desc":"Build an image style transfer system that applies the artistic style of one image to another using deep learning techniques.","func_category":"[\"Image Processing\",\"Machine Learning\"]"},{"code_type":"python","func_name":"microservice_with_flask","func_desc":"Develop a microservice using Flask that handles specific tasks in a distributed system, such as user authentication or data processing.","func_category":"[\"Web Development\",\"Microservices\"]"},{"code_type":"bash","func_name":"generate_ssl_certificates","func_desc":"Automatically generate and renew SSL certificates using Let's Encrypt and schedule the renewal using cron.","func_category":"Network Operations"},{"code_type":"bash","func_name":"fetch_api_data","func_desc":"Fetch data from a REST API using curl and process the JSON response for output in a human-readable format.","func_category":"Network Operations"},{"code_type":"bash","func_name":"user_account_cleanup","func_desc":"Search for and delete user accounts that have not been active for a specified number of days.","func_category":"User Management"},{"code_type":"bash","func_name":"advanced_file_permission_audit","func_desc":"Perform a detailed audit of file and directory permissions, focusing on sensitive files like \/etc and \/var.","func_category":"Security"},{"code_type":"bash","func_name":"network_latency_test","func_desc":"Test the network latency between your system and multiple remote servers, storing the results in a CSV file.","func_category":"Network Operations"},{"code_type":"bash","func_name":"disk_usage_report_with_visualization","func_desc":"Generate a disk usage report and create visual pie charts or bar graphs using gnuplot for better insights.","func_category":"System Monitoring"},{"code_type":"bash","func_name":"firewall_rule_report","func_desc":"Generate a detailed report of all active firewall rules (iptables) and export them to a formatted text file.","func_category":"Security"},{"code_type":"bash","func_name":"create_user_with_sudo","func_desc":"Create a new user and add them to the sudoers group for elevated privileges.","func_category":"User Management"},{"code_type":"bash","func_name":"lock_user_account","func_desc":"Lock a user\u2019s account to prevent login without deleting the user.","func_category":"User Management"},{"code_type":"bash","func_name":"unlock_user_account","func_desc":"Unlock a previously locked user account.","func_category":"User Management"},{"code_type":"bash","func_name":"delete_user_and_home","func_desc":"Delete a user and remove their home directory and mail spool.","func_category":"User Management"},{"code_type":"bash","func_name":"list_sudo_users","func_desc":"List all users with sudo privileges on the system.","func_category":"User Management"},{"code_type":"bash","func_name":"change_user_shell","func_desc":"Change the default shell for a specified user.","func_category":"User Management"},{"code_type":"bash","func_name":"create_user_group","func_desc":"Create a new user group on the system.","func_category":"User Management"},{"code_type":"bash","func_name":"add_user_to_group","func_desc":"Add an existing user to a specified group.","func_category":"User Management"},{"code_type":"bash","func_name":"remove_user_from_group","func_desc":"Remove a user from a specified group.","func_category":"User Management"},{"code_type":"bash","func_name":"set_file_permissions_for_user","func_desc":"Set file permissions for a specific user on a given file or directory.","func_category":"User Management"},{"code_type":"bash","func_name":"set_acl_for_directory","func_desc":"Set Access Control List (ACL) permissions for a directory, allowing fine-grained control over user access.","func_category":"File Management"},{"code_type":"bash","func_name":"check_user_password_expiry","func_desc":"Check the password expiry date for a user account.","func_category":"User Management"},{"code_type":"bash","func_name":"disable_user_password_login","func_desc":"Disable password-based login for a specified user.","func_category":"User Management"},{"code_type":"bash","func_name":"enable_user_password_login","func_desc":"Enable password-based login for a user that was previously disabled.","func_category":"User Management"},{"code_type":"bash","func_name":"set_group_permissions_on_directory","func_desc":"Set group ownership and permissions on a directory.","func_category":"User Management"},{"code_type":"bash","func_name":"audit_user_activity","func_desc":"Audit user login and activity logs to track their actions on the system.","func_category":"User Management"},{"code_type":"bash","func_name":"grant_sudo_to_group","func_desc":"Grant sudo privileges to all members of a specified group.","func_category":"User Management"},{"code_type":"bash","func_name":"revoke_sudo_from_user","func_desc":"Revoke sudo privileges from a specified user.","func_category":"User Management"},{"code_type":"bash","func_name":"change_user_password","func_desc":"Force a password change for a specific user.","func_category":"User Management"},{"code_type":"bash","func_name":"find_files_owned_by_user","func_desc":"Find all files owned by a specific user on the system.","func_category":"File Management"},{"code_type":"javascript","func_name":"api_get_request","func_desc":"Perform a GET request to an API endpoint and handle the response data.","func_category":"API Integration"},{"code_type":"javascript","func_name":"api_post_request","func_desc":"Perform a POST request to send data to an API and handle the response.","func_category":"API Integration"},{"code_type":"javascript","func_name":"api_put_request","func_desc":"Perform a PUT request to update existing data via an API and handle the response.","func_category":"API Integration"},{"code_type":"javascript","func_name":"api_delete_request","func_desc":"Perform a DELETE request to remove data from an API endpoint.","func_category":"API Integration"},{"code_type":"javascript","func_name":"get_cookie","func_desc":"Retrieve the value of a specific cookie from the browser.","func_category":"Browser Storage"},{"code_type":"javascript","func_name":"set_cookie","func_desc":"Set a cookie with an optional expiration date.","func_category":"Browser Storage"},{"code_type":"javascript","func_name":"delete_cookie","func_desc":"Delete a specific cookie by setting its expiration date to the past.","func_category":"Browser Storage"},{"code_type":"javascript","func_name":"api_with_cookies","func_desc":"Send an API request with authentication cookies included.","func_category":"API Integration"},{"code_type":"javascript","func_name":"session_storage_set","func_desc":"Store session data in the browser's sessionStorage.","func_category":"Browser Storage"},{"code_type":"javascript","func_name":"session_storage_get","func_desc":"Retrieve session data from the browser's sessionStorage.","func_category":"Browser Storage"},{"code_type":"javascript","func_name":"session_storage_remove","func_desc":"Remove a specific item from the browser's sessionStorage.","func_category":"Browser Storage"},{"code_type":"javascript","func_name":"api_fetch_with_auth","func_desc":"Fetch API data using Bearer token authentication in the request header.","func_category":"Authentication"},{"code_type":"javascript","func_name":"api_request_retry","func_desc":"Retry an API request with exponential backoff if it fails.","func_category":"API Integration"},{"code_type":"javascript","func_name":"check_auth_token","func_desc":"Check if an authentication token is stored and valid before making an API call.","func_category":"Authentication"},{"code_type":"javascript","func_name":"refresh_auth_token","func_desc":"Automatically refresh the authentication token if it is expired before making API requests.","func_category":"Authentication"},{"code_type":"javascript","func_name":"api_upload_file","func_desc":"Upload a file to a server using a POST request with multipart\/form-data.","func_category":"File Handling"},{"code_type":"javascript","func_name":"api_download_file","func_desc":"Download a file from a server via a GET request and save it locally.","func_category":"File Handling"},{"code_type":"javascript","func_name":"api_delete_with_confirmation","func_desc":"Send a DELETE request to an API endpoint after receiving user confirmation.","func_category":"API Integration"},{"code_type":"javascript","func_name":"handle_api_pagination","func_desc":"Handle API pagination by requesting data across multiple pages.","func_category":"API Integration"},{"code_type":"javascript","func_name":"store_api_response_in_local_storage","func_desc":"Store the response of an API request in localStorage for offline access.","func_category":"Browser Storage"},{"code_type":"php","func_name":"curl_get_request","func_desc":"Perform a GET request using cURL and return the response data.","func_category":"Network\/HTTP Requests"},{"code_type":"php","func_name":"curl_post_request","func_desc":"Perform a POST request using cURL, send data, and handle the response.","func_category":"Network\/HTTP Requests"},{"code_type":"php","func_name":"curl_put_request","func_desc":"Perform a PUT request using cURL to update existing data on an API.","func_category":"Network\/HTTP Requests"},{"code_type":"php","func_name":"curl_delete_request","func_desc":"Perform a DELETE request using cURL to remove data from an API.","func_category":"Network\/HTTP Requests"},{"code_type":"php","func_name":"curl_request_with_headers","func_desc":"Send a cURL request to an API endpoint with custom HTTP headers.","func_category":"Network\/HTTP Requests"},{"code_type":"php","func_name":"curl_request_with_auth","func_desc":"Perform a cURL request using Bearer token authentication in the request headers.","func_category":"Network\/HTTP Requests"},{"code_type":"php","func_name":"curl_request_with_timeout","func_desc":"Perform a cURL request with a timeout set for the connection and response.","func_category":"Network\/HTTP Requests"},{"code_type":"php","func_name":"curl_download_file","func_desc":"Download a file from a remote URL using cURL and save it locally.","func_category":"File Handling"},{"code_type":"php","func_name":"curl_upload_file","func_desc":"Upload a file to a server using a cURL POST request with multipart\/form-data.","func_category":"File Handling"},{"code_type":"php","func_name":"curl_multi_request","func_desc":"Perform multiple simultaneous cURL requests using cURL multi handles.","func_category":"Network\/HTTP Requests"},{"code_type":"php","func_name":"db_connect_pdo","func_desc":"Establish a connection to a MySQL database using PDO.","func_category":"Database Operations"},{"code_type":"php","func_name":"db_insert_record","func_desc":"Insert a new record into a MySQL database using a prepared statement with PDO.","func_category":"Database Operations"},{"code_type":"php","func_name":"db_update_record","func_desc":"Update an existing record in a MySQL database using a prepared statement with PDO.","func_category":"Database Operations"},{"code_type":"php","func_name":"db_delete_record","func_desc":"Delete a record from a MySQL database using a prepared statement with PDO.","func_category":"Database Operations"},{"code_type":"php","func_name":"db_select_record","func_desc":"Retrieve a specific record from a MySQL database using a prepared statement with PDO.","func_category":"Database Operations"},{"code_type":"php","func_name":"db_select_all_records","func_desc":"Fetch all records from a MySQL database table using PDO.","func_category":"Database Operations"},{"code_type":"php","func_name":"db_execute_query","func_desc":"Execute a raw SQL query on a MySQL database using PDO.","func_category":"Database Operations"},{"code_type":"php","func_name":"db_transaction_start","func_desc":"Start a database transaction in MySQL using PDO.","func_category":"Database Operations"},{"code_type":"php","func_name":"db_transaction_commit","func_desc":"Commit a database transaction in MySQL using PDO.","func_category":"Database Operations"},{"code_type":"php","func_name":"db_transaction_rollback","func_desc":"Rollback a database transaction in MySQL using PDO in case of an error.","func_category":"Database Operations"},{"code_type":"powershell","func_name":"get_ad_user_groups","func_desc":"Retrieve all the groups a specified user is a member of in Active Directory.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"get_ad_group_members","func_desc":"List all members of a specified Active Directory group.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"create_ad_user","func_desc":"Create a new user in Active Directory with specified properties.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"disable_ad_user","func_desc":"Disable an existing Active Directory user.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"enable_ad_user","func_desc":"Enable a previously disabled Active Directory user.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"move_ad_user_to_ou","func_desc":"Move an Active Directory user to a different organizational unit (OU).","func_category":"Active Directory"},{"code_type":"powershell","func_name":"reset_ad_user_password","func_desc":"Reset the password for a specified Active Directory user.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"add_ad_user_to_group","func_desc":"Add a user to a specified Active Directory group.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"remove_ad_user_from_group","func_desc":"Remove a user from a specified Active Directory group.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"join_computer_to_domain","func_desc":"Join a computer to an Active Directory domain.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"get_ad_computer_info","func_desc":"Retrieve detailed information about a computer in Active Directory.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"create_ad_group","func_desc":"Create a new security group in Active Directory.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"delete_ad_user","func_desc":"Delete a specified user from Active Directory.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"unlock_ad_user_account","func_desc":"Unlock a user's account that is locked in Active Directory.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"get_ad_user_last_logon","func_desc":"Retrieve the last logon date and time for a specified Active Directory user.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"check_ad_user_password_expiry","func_desc":"Check when a user\u2019s password is set to expire in Active Directory.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"set_ad_user_profile_path","func_desc":"Set the profile path for a user in Active Directory.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"create_ad_organizational_unit","func_desc":"Create a new organizational unit (OU) in Active Directory.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"remove_ad_group","func_desc":"Delete a specified group from Active Directory.","func_category":"Active Directory"},{"code_type":"powershell","func_name":"get_ad_user_manager","func_desc":"Retrieve the manager information for a specified Active Directory user.","func_category":"Active Directory"},{"code_type":"python","func_name":"create_s3_bucket","func_desc":"Create a new S3 bucket in AWS using the boto3 library.","func_category":"[\"AWS\",\"Cloud Storage\"]"},{"code_type":"python","func_name":"upload_file_to_s3","func_desc":"Upload a local file to a specified S3 bucket using boto3.","func_category":"[\"AWS\",\"Cloud Storage\"]"},{"code_type":"python","func_name":"download_file_from_s3","func_desc":"Download a file from an S3 bucket and save it locally using boto3.","func_category":"[\"AWS\",\"Cloud Storage\"]"},{"code_type":"python","func_name":"list_s3_buckets","func_desc":"List all S3 buckets in your AWS account using boto3.","func_category":"[\"AWS\",\"Cloud Storage\"]"},{"code_type":"python","func_name":"delete_s3_bucket","func_desc":"Delete a specified S3 bucket and its contents using boto3.","func_category":"[\"AWS\",\"Cloud Storage\"]"},{"code_type":"python","func_name":"create_ec2_instance","func_desc":"Launch a new EC2 instance in AWS using boto3.","func_category":"[\"AWS\",\"Compute\"]"},{"code_type":"python","func_name":"start_ec2_instance","func_desc":"Start an existing EC2 instance in AWS using boto3.","func_category":"[\"AWS\",\"Compute\"]"},{"code_type":"python","func_name":"stop_ec2_instance","func_desc":"Stop a running EC2 instance in AWS using boto3.","func_category":"[\"AWS\",\"Compute\"]"},{"code_type":"python","func_name":"terminate_ec2_instance","func_desc":"Terminate an EC2 instance in AWS using boto3.","func_category":"[\"AWS\",\"Compute\"]"},{"code_type":"python","func_name":"list_ec2_instances","func_desc":"List all EC2 instances in a specific AWS region using boto3.","func_category":"[\"AWS\",\"Compute\"]"},{"code_type":"python","func_name":"create_dynamodb_table","func_desc":"Create a new DynamoDB table in AWS using boto3.","func_category":"[\"AWS\",\"Database\"]"},{"code_type":"python","func_name":"put_item_in_dynamodb","func_desc":"Insert a new item into a DynamoDB table using boto3.","func_category":"[\"AWS\",\"Database\"]"},{"code_type":"python","func_name":"get_item_from_dynamodb","func_desc":"Retrieve an item from a DynamoDB table using boto3.","func_category":"[\"AWS\",\"Database\"]"},{"code_type":"python","func_name":"delete_item_from_dynamodb","func_desc":"Delete an item from a DynamoDB table using boto3.","func_category":"[\"AWS\",\"Database\"]"},{"code_type":"python","func_name":"list_dynamodb_tables","func_desc":"List all DynamoDB tables in your AWS account using boto3.","func_category":"[\"AWS\",\"Database\"]"},{"code_type":"python","func_name":"create_lambda_function","func_desc":"Create a new AWS Lambda function using boto3.","func_category":"[\"AWS\",\"Serverless\"]"},{"code_type":"python","func_name":"invoke_lambda_function","func_desc":"Invoke an existing AWS Lambda function and get the result using boto3.","func_category":"[\"AWS\",\"Serverless\"]"},{"code_type":"python","func_name":"delete_lambda_function","func_desc":"Delete an existing AWS Lambda function using boto3.","func_category":"[\"AWS\",\"Serverless\"]"},{"code_type":"python","func_name":"create_iam_role","func_desc":"Create a new IAM role for AWS services using boto3.","func_category":"[\"AWS\",\"Security\"]"},{"code_type":"python","func_name":"attach_policy_to_role","func_desc":"Attach an existing policy to an IAM role using boto3.","func_category":"[\"AWS\",\"Security\"]"},{"code_type":"python","func_name":"create_resource_group","func_desc":"Create a new resource group in Azure using the azure-mgmt-resource library.","func_category":"[\"Azure\",\"Cloud Resources\"]"},{"code_type":"python","func_name":"delete_resource_group","func_desc":"Delete an existing resource group in Azure using the azure-mgmt-resource library.","func_category":"[\"Azure\",\"Cloud Resources\"]"},{"code_type":"python","func_name":"list_virtual_machines","func_desc":"List all virtual machines in a specific Azure subscription using the azure-mgmt-compute library.","func_category":"[\"Azure\",\"Compute\"]"},{"code_type":"python","func_name":"start_virtual_machine","func_desc":"Start an Azure virtual machine using the azure-mgmt-compute library.","func_category":"[\"Azure\",\"Compute\"]"},{"code_type":"python","func_name":"stop_virtual_machine","func_desc":"Stop an Azure virtual machine using the azure-mgmt-compute library.","func_category":"[\"Azure\",\"Compute\"]"},{"code_type":"python","func_name":"restart_virtual_machine","func_desc":"Restart an Azure virtual machine using the azure-mgmt-compute library.","func_category":"[\"Azure\",\"Compute\"]"},{"code_type":"python","func_name":"create_virtual_machine","func_desc":"Create a new virtual machine in Azure using the azure-mgmt-compute library.","func_category":"[\"Azure\",\"Compute\"]"},{"code_type":"python","func_name":"delete_virtual_machine","func_desc":"Delete an existing virtual machine in Azure using the azure-mgmt-compute library.","func_category":"[\"Azure\",\"Compute\"]"},{"code_type":"python","func_name":"list_storage_accounts","func_desc":"List all storage accounts in a specific Azure subscription using the azure-mgmt-storage library.","func_category":"[\"Azure\",\"Cloud Storage\"]"},{"code_type":"python","func_name":"create_storage_account","func_desc":"Create a new storage account in Azure using the azure-mgmt-storage library.","func_category":"[\"Azure\",\"Cloud Storage\"]"},{"code_type":"python","func_name":"delete_storage_account","func_desc":"Delete an existing storage account in Azure using the azure-mgmt-storage library.","func_category":"[\"Azure\",\"Cloud Storage\"]"},{"code_type":"python","func_name":"upload_blob_to_storage","func_desc":"Upload a file to Azure Blob Storage using the azure-storage-blob library.","func_category":"[\"Azure\",\"Cloud Storage\"]"},{"code_type":"python","func_name":"download_blob_from_storage","func_desc":"Download a blob from Azure Blob Storage using the azure-storage-blob library.","func_category":"[\"Azure\",\"Cloud Storage\"]"},{"code_type":"python","func_name":"list_blob_containers","func_desc":"List all containers in a storage account using the azure-storage-blob library.","func_category":"[\"Azure\",\"Cloud Storage\"]"},{"code_type":"python","func_name":"create_network_interface","func_desc":"Create a new network interface in Azure using the azure-mgmt-network library.","func_category":"[\"Azure\",\"Networking\"]"},{"code_type":"python","func_name":"list_virtual_networks","func_desc":"List all virtual networks in a resource group using the azure-mgmt-network library.","func_category":"[\"Azure\",\"Networking\"]"},{"code_type":"python","func_name":"create_virtual_network","func_desc":"Create a new virtual network in Azure using the azure-mgmt-network library.","func_category":"[\"Azure\",\"Networking\"]"},{"code_type":"python","func_name":"delete_virtual_network","func_desc":"Delete an existing virtual network in Azure using the azure-mgmt-network library.","func_category":"[\"Azure\",\"Networking\"]"},{"code_type":"python","func_name":"create_sql_database","func_desc":"Create a new Azure SQL Database using the azure-mgmt-sql library.","func_category":"[\"Azure\",\"Database\"]"},{"code_type":"python","func_name":"delete_sql_database","func_desc":"Delete an existing Azure SQL Database using the azure-mgmt-sql library.","func_category":"[\"Azure\",\"Database\"]"},{"code_type":"bash","func_name":"create_gcp_vm_instance","func_desc":"Create a new virtual machine instance in Google Cloud using the gcloud CLI.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"bash","func_name":"list_gcp_vm_instances","func_desc":"List all virtual machine instances in a specific GCP project and zone using gcloud CLI.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"bash","func_name":"delete_gcp_vm_instance","func_desc":"Delete a virtual machine instance from a GCP project using the gcloud CLI.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"bash","func_name":"start_gcp_vm_instance","func_desc":"Start an existing virtual machine instance in GCP using the gcloud CLI.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"bash","func_name":"stop_gcp_vm_instance","func_desc":"Stop a running virtual machine instance in Google Cloud using the gcloud CLI.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"bash","func_name":"create_gcp_bucket","func_desc":"Create a new Google Cloud Storage bucket in a specified project.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"bash","func_name":"list_gcp_buckets","func_desc":"List all Google Cloud Storage buckets in a specified project using gcloud CLI.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"bash","func_name":"upload_to_gcp_bucket","func_desc":"Upload a file to a Google Cloud Storage bucket using gsutil.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"bash","func_name":"download_from_gcp_bucket","func_desc":"Download a file from a Google Cloud Storage bucket using gsutil.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"bash","func_name":"delete_gcp_bucket","func_desc":"Delete a Google Cloud Storage bucket using the gcloud CLI.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"bash","func_name":"set_gcp_bucket_permissions","func_desc":"Set permissions on a Google Cloud Storage bucket using the gsutil command.","func_category":"[\"Google Cloud\",\"Storage\",\"Security\"]"},{"code_type":"bash","func_name":"enable_gcp_apis","func_desc":"Enable specific Google Cloud APIs in a project using gcloud CLI.","func_category":"[\"Google Cloud\",\"APIs\",\"Configuration\"]"},{"code_type":"bash","func_name":"list_gcp_projects","func_desc":"List all GCP projects accessible to the user using gcloud CLI.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"bash","func_name":"create_gcp_project","func_desc":"Create a new project in Google Cloud using gcloud CLI.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"bash","func_name":"delete_gcp_project","func_desc":"Delete an existing Google Cloud project using gcloud CLI.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"bash","func_name":"create_gcp_service_account","func_desc":"Create a new service account in Google Cloud using gcloud CLI.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"bash","func_name":"assign_gcp_role_to_service_account","func_desc":"Assign a specific role to a service account in Google Cloud using gcloud CLI.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"bash","func_name":"generate_gcp_service_account_key","func_desc":"Generate and download a key for a Google Cloud service account using gcloud CLI.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"bash","func_name":"list_gcp_service_accounts","func_desc":"List all service accounts in a specific Google Cloud project using gcloud CLI.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"bash","func_name":"create_gcp_sql_instance","func_desc":"Create a new Cloud SQL instance in Google Cloud using gcloud CLI.","func_category":"[\"Google Cloud\",\"Database\"]"},{"code_type":"javascript","func_name":"gcpListVMInstances","func_desc":"List all Google Cloud virtual machine instances in a specific project using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"javascript","func_name":"gcpCreateVMInstance","func_desc":"Create a new virtual machine instance in Google Cloud using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"javascript","func_name":"gcpStartVMInstance","func_desc":"Start an existing virtual machine instance in GCP using the Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"javascript","func_name":"gcpStopVMInstance","func_desc":"Stop a running virtual machine instance in Google Cloud using the Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"javascript","func_name":"gcpDeleteVMInstance","func_desc":"Delete a virtual machine instance from Google Cloud using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"javascript","func_name":"gcpListBuckets","func_desc":"List all Google Cloud Storage buckets in a specific project using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"javascript","func_name":"gcpCreateBucket","func_desc":"Create a new bucket in Google Cloud Storage using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"javascript","func_name":"gcpUploadFileToBucket","func_desc":"Upload a file to a Google Cloud Storage bucket using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"javascript","func_name":"gcpDownloadFileFromBucket","func_desc":"Download a file from a Google Cloud Storage bucket using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"javascript","func_name":"gcpDeleteBucket","func_desc":"Delete a Google Cloud Storage bucket using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"javascript","func_name":"gcpSetBucketPermissions","func_desc":"Set permissions for a Google Cloud Storage bucket using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Storage\",\"Security\"]"},{"code_type":"javascript","func_name":"gcpCreateServiceAccount","func_desc":"Create a new service account in Google Cloud using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"javascript","func_name":"gcpAssignRoleToServiceAccount","func_desc":"Assign a role to a service account in GCP using the IAM API.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"javascript","func_name":"gcpGenerateServiceAccountKey","func_desc":"Generate a new key for a service account in Google Cloud using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"javascript","func_name":"gcpListServiceAccounts","func_desc":"List all service accounts in a specific Google Cloud project using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"javascript","func_name":"gcpEnableAPIs","func_desc":"Enable specific Google Cloud APIs in a project using the GCP API Management service.","func_category":"[\"Google Cloud\",\"APIs\",\"Configuration\"]"},{"code_type":"javascript","func_name":"gcpListProjects","func_desc":"List all Google Cloud projects accessible by the user using the GCP Resource Manager API.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"javascript","func_name":"gcpCreateProject","func_desc":"Create a new project in Google Cloud using the GCP Resource Manager API.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"javascript","func_name":"gcpDeleteProject","func_desc":"Delete an existing Google Cloud project using the GCP Resource Manager API.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"javascript","func_name":"gcpCreateSQLInstance","func_desc":"Create a new Cloud SQL instance in Google Cloud using the GCP SQL Admin API.","func_category":"[\"Google Cloud\",\"Database\"]"},{"code_type":"php","func_name":"gcpListVMInstances","func_desc":"List all Google Cloud virtual machine instances in a specific project using the GCP Compute API in PHP.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"php","func_name":"gcpCreateVMInstance","func_desc":"Create a new virtual machine instance in Google Cloud using the GCP Compute API in PHP.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"php","func_name":"gcpStartVMInstance","func_desc":"Start an existing virtual machine instance in Google Cloud using the Compute API via PHP.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"php","func_name":"gcpStopVMInstance","func_desc":"Stop a running virtual machine instance in Google Cloud using the Compute API in PHP.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"php","func_name":"gcpDeleteVMInstance","func_desc":"Delete a virtual machine instance from Google Cloud using the GCP Compute API in PHP.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"php","func_name":"gcpListBuckets","func_desc":"List all Google Cloud Storage buckets in a specific project using the GCP Storage API in PHP.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"php","func_name":"gcpCreateBucket","func_desc":"Create a new bucket in Google Cloud Storage using the GCP Storage API in PHP.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"php","func_name":"gcpUploadFileToBucket","func_desc":"Upload a file to a Google Cloud Storage bucket using the GCP Storage API in PHP.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"php","func_name":"gcpDownloadFileFromBucket","func_desc":"Download a file from a Google Cloud Storage bucket using the GCP Storage API in PHP.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"php","func_name":"gcpDeleteBucket","func_desc":"Delete a Google Cloud Storage bucket using the GCP Storage API in PHP.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"php","func_name":"gcpSetBucketPermissions","func_desc":"Set permissions for a Google Cloud Storage bucket using the GCP IAM API in PHP.","func_category":"[\"Google Cloud\",\"Storage\",\"Security\"]"},{"code_type":"php","func_name":"gcpCreateServiceAccount","func_desc":"Create a new service account in Google Cloud using the GCP IAM API in PHP.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"php","func_name":"gcpAssignRoleToServiceAccount","func_desc":"Assign a role to a service account in GCP using the IAM API in PHP.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"php","func_name":"gcpGenerateServiceAccountKey","func_desc":"Generate a new key for a service account in Google Cloud using the GCP IAM API in PHP.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"php","func_name":"gcpListServiceAccounts","func_desc":"List all service accounts in a specific Google Cloud project using the GCP IAM API in PHP.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"php","func_name":"gcpEnableAPIs","func_desc":"Enable specific Google Cloud APIs in a project using the GCP API Management service in PHP.","func_category":"[\"Google Cloud\",\"APIs\",\"Configuration\"]"},{"code_type":"php","func_name":"gcpListProjects","func_desc":"List all Google Cloud projects accessible by the user using the GCP Resource Manager API in PHP.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"php","func_name":"gcpCreateProject","func_desc":"Create a new project in Google Cloud using the GCP Resource Manager API in PHP.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"php","func_name":"gcpDeleteProject","func_desc":"Delete an existing Google Cloud project using the GCP Resource Manager API in PHP.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"php","func_name":"gcpCreateSQLInstance","func_desc":"Create a new Cloud SQL instance in Google Cloud using the GCP SQL Admin API in PHP.","func_category":"[\"Google Cloud\",\"Database\"]"},{"code_type":"powershell","func_name":"Get-GCPVMInstances","func_desc":"List all virtual machine instances in a Google Cloud project using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"powershell","func_name":"New-GCPVMInstance","func_desc":"Create a new virtual machine instance in Google Cloud using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"powershell","func_name":"Start-GCPVMInstance","func_desc":"Start a virtual machine instance in Google Cloud using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"powershell","func_name":"Stop-GCPVMInstance","func_desc":"Stop a running virtual machine instance in Google Cloud using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"powershell","func_name":"Remove-GCPVMInstance","func_desc":"Delete a virtual machine instance in Google Cloud using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"powershell","func_name":"Get-GCPStorageBuckets","func_desc":"List all Google Cloud Storage buckets in a specific project using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"powershell","func_name":"New-GCPStorageBucket","func_desc":"Create a new Google Cloud Storage bucket using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"powershell","func_name":"Set-GCPBucketPermissions","func_desc":"Set IAM permissions for a Google Cloud Storage bucket using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Storage\",\"Security\"]"},{"code_type":"powershell","func_name":"Get-GCPBucketFiles","func_desc":"List all files in a Google Cloud Storage bucket using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"powershell","func_name":"Upload-GCPBucketFile","func_desc":"Upload a file to a Google Cloud Storage bucket using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"powershell","func_name":"Download-GCPBucketFile","func_desc":"Download a file from a Google Cloud Storage bucket using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"powershell","func_name":"Remove-GCPStorageBucket","func_desc":"Delete a Google Cloud Storage bucket using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"powershell","func_name":"New-GCPServiceAccount","func_desc":"Create a new service account in Google Cloud using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"powershell","func_name":"Set-GCPServiceAccountRole","func_desc":"Assign a role to a service account in Google Cloud using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"powershell","func_name":"New-GCPServiceAccountKey","func_desc":"Generate a new key for a Google Cloud service account using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"powershell","func_name":"Get-GCPServiceAccounts","func_desc":"List all service accounts in a Google Cloud project using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"powershell","func_name":"Enable-GCPAPI","func_desc":"Enable a Google Cloud API in a project using the GCP API Management service.","func_category":"[\"Google Cloud\",\"APIs\",\"Configuration\"]"},{"code_type":"powershell","func_name":"Get-GCPProjects","func_desc":"List all Google Cloud projects available to the user using the GCP Resource Manager API.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"powershell","func_name":"New-GCPProject","func_desc":"Create a new Google Cloud project using the GCP Resource Manager API.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"powershell","func_name":"Remove-GCPProject","func_desc":"Delete a Google Cloud project using the GCP Resource Manager API.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"python","func_name":"list_gcp_vm_instances","func_desc":"List all virtual machine instances in a specific Google Cloud project using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"python","func_name":"create_gcp_vm_instance","func_desc":"Create a new virtual machine instance in Google Cloud using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"python","func_name":"start_gcp_vm_instance","func_desc":"Start an existing virtual machine instance in Google Cloud using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"python","func_name":"stop_gcp_vm_instance","func_desc":"Stop a running virtual machine instance in Google Cloud using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"python","func_name":"delete_gcp_vm_instance","func_desc":"Delete a virtual machine instance from Google Cloud using the GCP Compute API.","func_category":"[\"Google Cloud\",\"Compute\"]"},{"code_type":"python","func_name":"list_gcp_buckets","func_desc":"List all Google Cloud Storage buckets in a specific project using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"python","func_name":"create_gcp_bucket","func_desc":"Create a new Google Cloud Storage bucket using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"python","func_name":"upload_file_to_gcp_bucket","func_desc":"Upload a file to a Google Cloud Storage bucket using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"python","func_name":"download_file_from_gcp_bucket","func_desc":"Download a file from a Google Cloud Storage bucket using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"python","func_name":"delete_gcp_bucket","func_desc":"Delete a Google Cloud Storage bucket using the GCP Storage API.","func_category":"[\"Google Cloud\",\"Storage\"]"},{"code_type":"python","func_name":"set_gcp_bucket_permissions","func_desc":"Set permissions for a Google Cloud Storage bucket using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Storage\",\"Security\"]"},{"code_type":"python","func_name":"create_gcp_service_account","func_desc":"Create a new service account in Google Cloud using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"python","func_name":"assign_role_to_gcp_service_account","func_desc":"Assign a role to a service account in GCP using the IAM API.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"python","func_name":"generate_gcp_service_account_key","func_desc":"Generate a new key for a service account in Google Cloud using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"python","func_name":"list_gcp_service_accounts","func_desc":"List all service accounts in a specific Google Cloud project using the GCP IAM API.","func_category":"[\"Google Cloud\",\"Identity and Access Management\",\"Security\"]"},{"code_type":"python","func_name":"enable_gcp_apis","func_desc":"Enable specific Google Cloud APIs in a project using the GCP API Management service.","func_category":"[\"Google Cloud\",\"APIs\",\"Configuration\"]"},{"code_type":"python","func_name":"list_gcp_projects","func_desc":"List all Google Cloud projects accessible by the user using the GCP Resource Manager API.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"python","func_name":"create_gcp_project","func_desc":"Create a new project in Google Cloud using the GCP Resource Manager API.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"python","func_name":"delete_gcp_project","func_desc":"Delete an existing Google Cloud project using the GCP Resource Manager API.","func_category":"[\"Google Cloud\",\"Project Management\"]"},{"code_type":"python","func_name":"create_gcp_sql_instance","func_desc":"Create a new Cloud SQL instance in Google Cloud using the GCP SQL Admin API.","func_category":"[\"Google Cloud\",\"Database\"]"}]
Get in touch if you have any questions or enquiries for help with coding
Leave A Message.
Subscription Plans Terms and Conditions
Below are the terms and conditions specific to each subscription plan offered on Autocodewizard.com.
Introduction
Welcome to Autocodewizard.com! We offer a platform designed to assist users with coding in Bash, JavaScript, PHP, PowerShell, and Python, utilizing the ChatGPT API to generate code based on user prompts. Our service is aimed at supporting users when they encounter difficulties in their coding projects.
By accessing or using our website, you agree to be bound by these Terms and Conditions. Please read them carefully. If you do not agree with any part of these terms, you are prohibited from using this site.
Service Description
Autocodewizard.com provides an interactive service using the ChatGPT API to generate coding solutions in various programming languages based on the user's input. Our platform is designed to be a supplementary tool to assist in learning and problem-solving. It is not intended to replace comprehensive learning methods or professional advice.
Subscription Plans
Basic Plan - $10/month
The Basic Plan offers:
20,000 tokens per month
Limited access to code generation tools
Services are disabled once the token limit is reached until the next billing cycle or upgrade
Standard Plan - $30/month
The Standard Plan provides:
100,000 tokens per month
Enhanced access to more complex and larger scripts
Services are suspended once the token limit is reached until the next billing cycle or upgrade
Better suited for users who need more advanced code generation
Premium Plan - $100/month
The Premium Plan includes:
500,000 tokens per month
Advanced code generation features
Notification when nearing the token limit
Access is suspended after the token limit is reached until the next billing cycle or upgrade
Enterprise Plan - $500/month
The Enterprise Plan offers:
2,000,000 tokens per month
Dedicated support for CloudBolt CMP code generation
Priority access to features
Notification in advance when nearing the token limit
Unused tokens do not carry over to the next billing cycle
User Responsibilities
Users must provide accurate and complete information when required by the site's functionality.
Users agree to use the website only for lawful purposes and in a way that does not infringe the rights of, restrict, or inhibit anyone else's use and enjoyment of the website.
The generated code is for personal use only, and users are responsible for ensuring that any use of the code complies with applicable laws and does not infringe any third-party rights.
Users agree not to copy, reproduce, distribute, sell, resell, or exploit any portion of the service, use of the service, or access to the service without the express written permission by Autocodewizard.com.
Intellectual Property
The content provided on Autocodewizard.com, including but not limited to text, graphics, logos, images, as well as the compilation thereof, and any software used on the site, is the property of Autocodewizard.com or its suppliers and protected by copyright and other laws that protect intellectual property and proprietary rights.
Limitation of Liability
Autocodewizard.com and its affiliates will not be liable for any indirect, incidental, special, consequential, or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from (i) your access to or use of or inability to access or use the service; (ii) any conduct or content of any third party on the service; (iii) any content obtained from the service; and (iv) unauthorized access, use or alteration of your transmissions or content, whether based on warranty, contract, tort (including negligence), or any other legal theory, whether or not we have been informed of the possibility of such damage.
Privacy Policy for AutoCodeWizard.com
Effective Date: 23rd October 2024
At AutoCodeWizard, we take your privacy seriously. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website (https://autocodewizard.com) and use our services. Please read this policy carefully to understand our views and practices regarding your personal data and how we will treat it.
Changes to Terms and Conditions
We reserve the right, at our sole discretion, to modify or replace these Terms at any time. What constitutes a material change will be determined at our sole discretion. It is your responsibility to check this page periodically for changes.
Information We Collect
We may collect and process the following types of information from users:
Personal Information: When you sign up for an account, contact us, or use certain features, we may collect personal information such as your name, email address, and other contact details.
Usage Data: We may collect information about how you use the website, such as the pages you visit, the time spent on each page, and other usage statistics.
Technical Data: This includes your IP address, browser type, operating system, and other technical information gathered when you use our website.
Cookies and Tracking Data: We use cookies and similar tracking technologies to track activity on our website and improve user experience.
How We Use Your Information
We use the information we collect for the following purposes:
To provide and maintain our services: We use your information to ensure the smooth operation of AutoCodeWizard, including processing your requests and improving website functionality.
To communicate with you: We may use your contact information to send important updates, respond to inquiries, and provide support.
To personalise user experience: We use data to tailor content and improve the website's performance based on your usage and preferences.
For analytics and research: We analyse usage and technical data to understand user behaviour and improve the platform.
To ensure security: We may use personal data to detect, prevent, and address technical issues and protect our website from potential threats.
How We Share Your Information
We do not sell, rent, or trade your personal information. However, we may share your information with third parties in the following cases:
Service Providers: We may share your information with trusted third-party service providers who assist us in operating our website, such as hosting services, analytics providers, and email platforms.
Legal Obligations: We may disclose your information if required by law, such as to comply with a legal obligation, protect our rights, or enforce our terms of service.
Business Transfers: In the event of a merger, acquisition, or sale of assets, your personal information may be transferred to the new owner.
Data Security
We take the security of your personal information seriously and implement appropriate technical and organizational measures to protect it from unauthorized access, use, or disclosure. However, please note that no transmission of data over the internet is completely secure, and we cannot guarantee absolute security.
Your Data Protection Rights
Depending on your location, you may have certain rights regarding your personal information, including:
The right to access: The personal data we hold about you.
The right to request correction: Of inaccurate or incomplete information.
The right to request deletion: Of your personal data (subject to certain conditions).
The right to object or restrict: The processing of your data.
The right to data portability: Meaning you can request your data in a structured, machine-readable format.
To exercise any of these rights, please contact us at [email protected].
Cookies Policy
We use cookies and similar tracking technologies to enhance your experience on our website. Cookies are small files stored on your device that help us analyse web traffic and tailor our services to your preferences.
You can set your browser to refuse all cookies or to alert you when a cookie is being sent. However, if you do not accept cookies, some parts of the website may not function properly.
Third-Party Links
Our website may contain links to other sites. Please note that we are not responsible for the content or privacy practices of such third-party sites. We encourage users to read the privacy statements of any external websites they visit.
Children's Privacy
Our website is not intended for children under the age of 16. We do not knowingly collect or store personal data from children. If we learn that we have collected personal information from a child under 16 without verification of parental consent, we will take steps to delete that information.
Changes to This Privacy Policy
We may update this Privacy Policy from time to time to reflect changes in our practices or legal obligations. We encourage you to review this page periodically for any updates. Any changes to this policy will be posted on this page with the effective date.