The LinkedIn sharing functionality in the ShareBoxController is non-functional on iOS 11 and later versions.
This file contains 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 | |
""" | |
Recursive File Combiner to Markdown | |
This script creates a markdown file from files in a specified folder matching | |
a given glob pattern. It recursively searches for files and formats them into | |
a single markdown document with appropriate headings and code fences. | |
Usage: | |
python script_name.py <folder_path> <glob_pattern> |
This file contains 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 | |
""" | |
Source Code to Markdown Converter | |
This script creates a markdown file from source code files in a specified | |
folder. It recursively searches for files with a given extension and formats | |
them into a single markdown document with appropriate headings and code fences. | |
Usage: | |
python script_name.py |
This is not working complete code.
This is strictly a v0.2, scrapy, proof of concept version of a personal AI Assistant working end to end in just ~726 LOC.
This is the second iteration showcasing the two-way prompt aka multi-step human in the loop. The initial, v0, assistant version is here.
It's only a frame of reference for you to consume the core ideas of how to build a POC of a personal AI Assistant.
To see the high level of how this works check out the explanation video. To follow our agentic journey check out the @IndyDevDan channel.
Install Quarto and the VS Code extension.
I prefer to use the VS Code Notebook Editor as opposed to the VS Code Quarto Visual Editor.
- Use the pyenv-installer
- Update
.bashrc
:
export PYENV_ROOT="$HOME/.pyenv"
- Install the Unity Hub
- Use the hub to install the latest LTS (long-term support) editor (e.g., 2020.3.6f1 LTS)
- No additional modules are needed during the editor install, so accept the defaults
NewerOlder