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
| import random | |
| import sysconfig | |
| import time | |
| from concurrent.futures import ProcessPoolExecutor, ThreadPoolExecutor | |
| class Stopwatch: | |
| def __init__(self): | |
| self.start = time.perf_counter() |
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 zsh | |
| # shellm - ZSH plugin that intercepts @llm prompts and sends them to Claude | |
| # Usage: put @llm anywhere in your command line, e.g.: | |
| # @llm list files by size | |
| # find . @llm only python files modified today | |
| # The response (a shell command) replaces the entire line for you to review/execute. | |
| SHELLM_MODEL="${SHELLM_MODEL:-haiku}" |
We can make this file beautiful and searchable if this error is corrected: It looks like row 8 should actually have 15 columns, instead of 1 in line 7.
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
| Name,Set code,Set name,Collector number,Foil,Rarity,Quantity,ManaBox ID,Scryfall ID,Purchase price,Misprint,Altered,Condition,Language,Purchase price currency | |
| Surgical Skullbomb,ONE,Phyrexia: All Will Be One,243,normal,common,1,78723,98c2b2af-739f-413c-8c36-da6f78df0acb,0.06,false,false,near_mint,en,EUR | |
| Phyrexian Atlas,ONE,Phyrexia: All Will Be One,237,normal,common,1,78795,b5adb509-6ad3-4838-925d-1cafa926b83a,0.07,false,false,near_mint,en,EUR | |
| Basilica Skullbomb,ONE,Phyrexia: All Will Be One,224,normal,common,2,78692,8e2f0ae2-db68-4338-93f9-9d9268cec41e,0.02,false,false,near_mint,en,EUR | |
| Dross Skullbomb,ONE,Phyrexia: All Will Be One,225,normal,common,1,78595,66270dd2-9139-4329-9621-852962836688,0.1,false,false,near_mint,en,EUR | |
| Prophetic Prism,ONE,Phyrexia: All Will Be One,238,normal,common,1,78481,3056ac38-7630-4301-88bb-a012a5b186ed,0.02,false,false,near_mint,en,EUR | |
| Myr Kinsmith,ONE,Phyrexia: All Will Be One,236,normal,common,1,78578,6046e50a-f4c9-4029-a589-62a19371b734,0.12,false,false,near_mint,en,EUR | |
| Dune |
OlderNewer