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/tttt -fc | |
| #-------------------------------| | |
| # TEAPAT: TEA Personal AssistanT | |
| #-------------------------------| | |
| # This little program is a full | |
| # though basic, artificial | |
| # personal assistant created | |
| # using the TEA language | |
| ################################| |
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/tttt -fc | |
| #-------------------------------| | |
| # TEAPA: TEA Personal Assistant | |
| #-------------------------------| | |
| # This little program is a full | |
| # though simple, artificial | |
| # personal assistant created | |
| # using the TEA language | |
| ################################| |
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
| Reading CODE from: box_text_wprompt_stats-injection.tea | |
| INPUT: | |
| Hello World | |
| CODE: | |
| #!/usr/bin/tttt -fc | |
| # ---------------------- | |
| # This version also displays some statistics: |
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
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | |
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
| # OUR SERVER | |
| server { | |
| listen 80; | |
| server_name .domain.com; | |
| return 301 https://domain.com$request_uri; | |
| } | |
| server { |
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
| <Macro DJANGO_APP $IP $PORT $DOMAIN $ADMIN_EMAIL $PROJECT_DIR $APP > | |
| NameVirtualHost $IP:$PORT | |
| Listen $IP:$PORT | |
| <VirtualHost $IP:$PORT> | |
| ServerName $DOMAIN | |
| ServerAlias www.$DOMAIN *.$DOMAIN | |
| ServerAdmin $ADMIN_EMAIL | |
| # to allow each django project to use its own nginx daemon and thus prevent sharing settings |
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
| { | |
| "published":"20 Apr, 2023", | |
| "references":"", | |
| "name":"HIDA: Maternal Healthcare QA", | |
| "qa":[ | |
| { | |
| "q":"Why do I feel tired and weak", | |
| "id":45, | |
| "aq":[ | |
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
| { | |
| "qa": [ | |
| { | |
| "aq": [ | |
| "Who is your father?", | |
| "Who is your dad?", | |
| "Who are your parents?" | |
| ], | |
| "id": 25, | |
| "a": "Joseph Willrich Lutalo, he fathered me.", |
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
| # place the following into somewhere like /etc/bash.bashrc.local | |
| # then import into your bash terminals via ~/.bashrc with: | |
| # source /etc/bash.bashrc.local | |
| function fun { | |
| R=$(($RANDOM % 4)) | |
| if [[ $R -eq 1 ]] | |
| then | |
| sl | |
| elif [[ $R -eq 2 ]] |
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
| /*********************** Tale of The Table Maker ********************** | |
| *********************************************************************** | |
| * CODE POET: nemesisfixx | |
| *********************************************************************** | |
| * | |
| * Once, when presented with a box of obscure things, | |
| * and a style of table desired, | |
| * the craftsman had to do his magic on them, then | |
| * hand back a brand-new table, ready to be used! | |
| * |