Search for: <(table|tr|td|p|div|span)[\S\s]*?\n?> Replace with: <$1>
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
# 2023-11-27 MIT LICENSE | |
Here's the open source version of my ChatGPT game MonkeyIslandAmsterdam.com. | |
It's an unofficial image+text-based adventure game edition of Monkey Island in Amsterdam, my home town. | |
Please use it however you want. It'd be nice to see more ChatGPT-based games appear from this. If you get inspired by it, please link back to my X https://x.com/levelsio or this Gist so more people can do the same! | |
Send me your ChatGPT text adventure game on X, I'd love to try it! |
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
echo 'DATABASE_URI=postgresql://upatra:upatra@db:5432/ecompuller | |
SHOPIFY_VERSION=2022-07' > .env.docker | |
echo '#!/bin/bash | |
docker-compose run ecompuller pipenv run cli "$@"' > ./cli.sh | |
chmod +x ./cli.sh | |
echo 'version: "3" | |
networks: |
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
did:3:kjzl6cwe1jw149d9y2yhi1d52crsenoje766ibga96y1ql8ma0lf4w78h3fi2so |
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
# sudo crontab -e | |
*/1 * * * * php /var/www/html/sendy//import-csv.php > /dev/null 2>&1 | |
*/5 * * * * php /var/www/html/sendy//scheduled.php > /dev/null 2>&1 | |
*/1 * * * * php /var/www/html/sendy//autoresponders.php > /dev/null 2>&1 |
I hereby claim:
- I am tucq88 on github.
- I am tucq88 (https://keybase.io/tucq88) on keybase.
- I have a public key ASBh_OYPN972zWlq6HGDHS4xCfaM83ExmFm_HXZ5825Miwo
To claim this, I am signing this object:
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
#!/bin/sh | |
# add this to your bitbar directory | |
# don't forget to chmod +x | |
# width and characters for the progress bars | |
# feel free to configure these | |
width=30 | |
fill_char="█" | |
empty_char="▁" |
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
https://www.safaribooksonline.com/library/view/learning-react-native/9781491989135/ | |
https://www.safaribooksonline.com/library/view/clean-architecture-a/9780134494272/ | |
https://www.safaribooksonline.com/library/view/learning-path-jmeter/9781788473224/ |
NewerOlder