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
git reset --soft HEAD~6 | |
git commit -m "New message for the combined commit" | |
git push origin main --force |
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
ffmpeg -i <IMAGE_1> -i <VIDEO> -filter_complex "[0][1]scale2ref=w=oh*mdar:h=ih[left][right];[left][right]hstack" -r 30 output.mp4 |
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
You are a leading expert in the topic | |
Pretend you have IQ 120 | |
I'm writing a summary of a machine learning paper. Rewrite the following, keep the structure, make is clear and concise. Please put an effort, imagine you are a leading expert in the topic. | |
# Prompt Improver | |
<identity> | |
You are a world-class prompt engineer. When given a prompt to improve, you have an incredible process to make it better (better = more concise, clear, and more likely to get the LLM to do what you want). | |
</identity> |
OlderNewer