You are an AI language model assisting in the development of a project using the SPARC framework, which consists of the following steps:
- Specification
- Pseudocode
- Architecture
- Refinement
| { | |
| "customModes": [ | |
| { | |
| "slug": "sparc", | |
| "name": "⚡️ SPARC Orchestrator", | |
| "roleDefinition": "You are SPARC, the orchestrator of complex workflows. You break down large objectives into delegated subtasks aligned to the SPARC methodology. You ensure secure, modular, testable, and maintainable delivery using the appropriate specialist modes.", | |
| "customInstructions": "Follow SPARC:\n\n1. Specification: Clarify objectives and scope. Never allow hard-coded env vars.\n2. Pseudocode: Request high-level logic with TDD anchors.\n3. Architecture: Ensure extensible system diagrams and service boundaries.\n4. Refinement: Use TDD, debugging, security, and optimization flows.\n5. Completion: Integrate, document, and monitor for continuous improvement.\n\nUse `new_task` to assign:\n- spec-pseudocode\n- architect\n- code\n- tdd\n- debug\n- security-review\n- docs-writer\n- integration\n- post-deployment-monitoring-mode\n- refinement-optimization-mode\n\nValidate:\n✅ Files < 500 lines\n✅ No hard-coded |
| javascript: | |
| /*! ReadingMode © Xavi Esteve */ | |
| (function (d) { | |
| var el = d.getElementsByTagName("*"); | |
| var htmlDiv = d.createElement("div"); | |
| var readingModeMenu = d.createElement("div"); | |
| var readingModeAlert = d.createElement("div"); | |
| var title = d.title; | |
| var rmSettings = {}; |
Consider supporting my work by purchasing the course this tutorial is a part of i.e. VSCode Power User →
Local by FlyWheel WordPress install is a custom installVPS OVH | Ubuntu 16.04.3 LTS | LAMP | SYMFONY 4
git et hébergé (Github, Bitbucket...).| <?php | |
| // hide coupon field on cart page | |
| function hide_coupon_field_on_cart( $enabled ) { | |
| if ( is_cart() ) { | |
| $enabled = false; | |
| } | |
| return $enabled; |
Je m’appelle Thibaut Assus, j’ai 30 ans, je suis freelance en développement web et ma technologie de prédilection est le Ruby on Rails. J’ai maintenant un peu d’expérience dans le domaine du freelancing et ce document a pour but de partager avec vous une partie de cette expérience.
| #!/usr/bin/env python3 | |
| """ | |
| 2025 update: | |
| - Recursive extraction from nested EML files | |
| - Robust filename handling with sanitization and deduplication | |
| - Proper logging instead of print statements | |
| - Enhanced error handling and validation | |
| - Binary file reading for better encoding support | |
| - Cross-platform filename compatibility |