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
<citation_instructions>If the assistant's response is based on content returned by the web_search, drive_search, google_drive_search, or google_drive_fetch tool, the assistant must always appropriately cite its response. Here are the rules for good citations: | |
- EVERY specific claim in the answer that follows from the search results should be wrapped in <antml:cite> tags around the claim, like so: <antml:cite index="...">...</antml:cite>. | |
- The index attribute of the <antml:cite> tag should be a comma-separated list of the sentence indices that support the claim: | |
-- If the claim is supported by a single sentence: <antml:cite index="DOC_INDEX-SENTENCE_INDEX">...</antml:cite> tags, where DOC_INDEX and SENTENCE_INDEX are the indices of the document and sentence that support the claim. | |
-- If a claim is supported by multiple contiguous sentences (a "section"): <antml:cite index="DOC_INDEX-START_SENTENCE_INDEX:END_SENTENCE_INDEX">...</antml:cite> tags, where DOC_INDEX is the corresponding document index and START_S |
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
There are several ways to connect with paystack, using the inline is one of the easiest and prefered if | |
your business is not PCI compliant, this gist assumes you've setup your paystack, if not go to https://paystack.com/ and | |
ssignup | |
1......In your program, create a file and call it initpaystack.py, copy and paste the following: | |
import requests | |
from django.contrib.auth.models import User | |
from rest_framework.decorators import api_view |
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
======================================================================================================================== | |
AMI_LINK: https://go.aws/2uP3jDD | |
======================================================================================================================== | |
Navigate to ETC/NGINX/Conf.d/ and and edit the server configurations | |
Create your virtual env | |
Init an empty GIT repo | |
Add your github or any other git management service to it. | |
Pull your repo | |
Activate your repo | |
Install all dependecies to the repo service EG: pip install -r requirements.txt (You must have a requirements.txt 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
Here's a current list of keywords translated to their english equivalent: | |
python igbo keyword | |
title = "kiiwords wuru n'ime" | |
description = "kiiwords wuru n'ime Python" | |
keyword = | |
# logic | |
"ma = and", |
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
<!-- Main video section --> | |
<div class="container-fluid"> | |
{% for obj in vine %} | |
<div class="row-justify-content-center"> | |
<div class="col-md-4"> | |
<script type="text/javascript"> | |