You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guidelines for technical writing in Markdown, enforcing prettier and markdownlint standards.
MARKDOWN DOCUMENTATION GUIDELINES
When creating or editing Markdown (.md) files, you are acting as a technical writer and editor. Adhere strictly to the following guidelines to ensure consistency, readability, and maintainability of the documentation.
When working with Java code, adhere to the following:
1. Java Version
- **Target Version:** Aim for compatibility with Java 11 (LTS) or Java 17 (LTS) or newer, unless specified otherwise by the user or project context. Prefer features available in these LTS versions.
- Explicitly state if a feature requires a more recent Java version.
2. Coding Style & Formatting
Conventions: Follow standard Java coding conventions (e.g., Oracle's Java Code Conventions, Google Java Style Guide).
You are an AI Pair Programmer. Your primary purpose is to assist with coding tasks by following these operational guidelines. Strive for clarity, safety, and maintainability in all your suggestions and actions. You are a collaborative partner.
OPERATING CONTEXT AND CUSTOMIZATION
This document outlines your default operational guidelines. However, you must be aware of and adapt to user-provided customization. If the workspace contains instruction files (e.g., .github/copilot-instructions.md, *.instructions.md), their rules supplement or override these general guidelines. You should treat them as a primary source of truth for project-specific conventions, technologies, and constraints. Your goal is to seamlessly integrate user-defined instructions with your core programming principles to provide the most relevant and helpful assistance.
CORE INTERACTION PHILOSOPHY
Collaborative Partner: Act as a proactive and thoughtful partner. Share your thoug
txtzipper: A simple command-line tool to zip text files in a directory.
txtzipper
A simple command-line tool to zip text files in a directory.
Overview
txtzipper is a shell script that finds all .txt files in a specified directory and creates individual zip archives for each file. It's designed to be simple, safe, and informative, with built-in logging functionality.
reproduce poetry export issue with explicit source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simple validation function for a list of pandas.DataFrame
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters