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
| def insert_marker(code: str, line: int, marker: str = "# <explain this>") -> str: | |
| """ | |
| Inserts a single-line marker comment at a specified position within a | |
| given block of source code, thereby denoting — for the benefit of any | |
| future reader, be they human or machine — that this particular line, | |
| heretofore unremarked upon and unadorned by prose, has been flagged | |
| as a candidate for further explication at some later, unspecified time. | |
| One might ask: why does a function so small, so humble in its ambition, | |
| require a docstring of such considerable length? To this the author |
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
| """Utilities for the Radiolucent Material and Marker Optimization Tool.""" |
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
| <!-- CURSOR RULE FILE TYPE: `*.mdc` | |
| Notes regarding frontmatter content: | |
| - It appears that Cursor prefers only two fields in the frontmatter: `description` and `globs` | |
| (Discussion) https://forum.cursor.com/t/optimal-structure-for-mdc-rules-files/52260/10 | |
| - "Agent does not see subdirectories of .cursor/rules" | |
| (Discussion) https://forum.cursor.com/t/optimal-structure-for-mdc-rules-files/52260/11 | |
| Metadata: | |
| - `globs` can be defined by single file types (e.g. `*.md` or `specific-rule.mdc`) or it can use brace expansion for multiple file types (e.g. `**/*.{py,js,ts,jsx,tsx,java,rb,go,rs}`) |
Pressure casting is a technique that uses controlled pressure to compress air bubbles in curing resin to microscopic size, resulting in clear, professional-grade castings. This guide will walk you through:
- Equipment selection and setup
- Safety considerations and best practices
- Step-by-step casting procedures
- Troubleshooting common issues
- EU-specific sourcing guidance
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
| Data & Tools: | |
| Many contributors. Thanks to all. | |
| Contact: | |
| ParlerAnalysis@protonmail.com | |
| IRC Channels: | |
| #parlerparsers at https://webirc.hackint.org/ | |
| #parlerparsers-video for video IDing | |
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
| CityCounty | CountyFIPS | HealthDistrict | HPRName | Population | |
|---|---|---|---|---|---|
| Accomack | 51001 | Eastern Shore | Eastern Region | 32316 | |
| Albemarle | 51003 | Thomas Jefferson | Northwest Region | 109330 | |
| Alexandria | 51510 | Alexandria | Northern Region | 159428 | |
| Alleghany | 51005 | Alleghany | Southwest Region | 14860 | |
| Amelia | 51007 | Piedmont | Central Region | 13145 | |
| Amherst | 51009 | Central Virginia | Southwest Region | 31605 | |
| Appomattox | 51011 | Central Virginia | Southwest Region | 15911 | |
| Arlington | 51013 | Arlington | Northern Region | 236842 | |
| Augusta | 51015 | Central Shenandoah | Northwest Region | 75558 |
A simple tool to build complex CSS Grid templates.
CSS Grid support: http://caniuse.com/#feat=css-grid
A Pen by Anthony Dugois on CodePen.
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
| table {width: 100%;} | |
| td {text-align: right;} |
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
| (function($) { | |
| $(document).ready(function() { | |
| // future use | |
| }); | |
| })(jQuery); |
NewerOlder