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
| # /// script | |
| # requires-python = ">=3.13.0" | |
| # dependencies = [ | |
| # "tensorflow[and-cuda]", | |
| # "scipy", | |
| # "requests", | |
| # "tqdm" | |
| # ] | |
| # /// | |
| import argparse |
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
| #!/usr/bin/env python3 | |
| """ | |
| Script to convert passwd file to LDIF format | |
| """ | |
| import argparse | |
| def parse_gecos(gecos): | |
| """Parse GECOS field to extract full name""" |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE keyboard SYSTEM "file://localhost/System/Library/DTDs/KeyboardLayout.dtd"> | |
| <keyboard group="0" id="5000" name="QWERTY no option" maxout="1"> | |
| <layouts> | |
| <layout first="0" last="0" modifiers="48" mapSet="312" /> | |
| </layouts> | |
| <modifierMap id="48" defaultIndex="0"> | |
| <keyMapSelect mapIndex="0"> | |
| <modifier keys="" /> | |
| </keyMapSelect> |