- z command https://github.com/rupa/z
This file has been truncated, but you can view the full file.
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
| [5.992773056030273, -1.572011947631836, "E3D Volcano Nozzle X - Wear Resistant Nozzle, 1.75mm"] | |
| [15.803915023803711, 7.305044651031494, "10 Pack Evergreen Fertilizer Spikes"] | |
| [15.085558891296387, 7.688135623931885, "Red Rose Elegance Premium Long Stem Vase"] | |
| [15.071733474731445, 7.70393180847168, "Elegant Blush Bouquet"] | |
| [17.745073318481445, 4.622865200042725, "1-Day Acuvue Moist Multifocal 90pk"] | |
| [1.0534489154815674, 2.411264181137085, "Maxell 371 SR920SW Watch Batteries"] | |
| [15.077975273132324, 7.705655097961426, "All the Feels Flower Arrangement"] | |
| [15.171954154968262, 7.622824192047119, "Premium Long Stem Red Roses"] | |
| [15.341848373413086, 7.667484283447266, "Little Quick Fire Panicle Hydrangea"] | |
| [15.346041679382324, 7.570770740509033, "Miss Molly Butterfly Bush"] |
This file has been truncated, but you can view the full file.
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
| { | |
| "grid": [ | |
| [ | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, | |
| 0, |
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
| # install ipython kernel | |
| ipython kernel install --name minitorch --user |
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
| docker build . | |
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
| A; B # Run A and then B, regardless of success of A | |
| A && B # Run B if and only if A succeeded | |
| A || B # Run B if and only if A failed | |
| A & # Run A in background. | |
| A & B & # Run A in background, then run B in background (regardless of success) and return control to the shell. |
- https://docs.microsoft.com/en-us/windows/wsl/release-notes#build-18945
- issue to keep in mind: microsoft/WSL#4166
# %UserProfile%\.wslconfig
[wsl2]
kernel=<path> # An absolute Windows path to a custom Linux kernel.
memory=<size> # How much memory to assign to the WSL2 VM.
processors=<number> # How many processors to assign to the WSL2 VM.
swap=<size> # How much swap space to add to the WSL2 VM. 0 for no swap file.Alt + one key above Tab
NewerOlder