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
def display(stack): | |
print("\n".join(stack)) | |
def push(stack,size): | |
if isFull(stack,size): | |
print("Stack is full") | |
else: | |
stack.append(input()) | |
def pop(stack): | |
if isEmpty(stack): | |
print("error: stack empty") |
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
/** | |
*Submitted for verification at BscScan.com on 2021-11-19 | |
*/ | |
/** | |
*Not Yet Submitted for verification at BscScan.com | |
*/ | |
/** |
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
''' A script to send all messages from one chat to another. ''' | |
import asyncio | |
import logging | |
from telethon.tl.patched import MessageService | |
from telethon.errors.rpcerrorlist import FloodWaitError | |
from telethon import TelegramClient | |
from telethon.sessions import StringSession | |
from settings import API_ID, API_HASH, REPLACEMENTS, forwards, get_forward, update_offset, STRING_SESSION |
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
```bash | |
your git repo folder | |
├─ .gitignore | |
├─ composer.json | |
├─ comsoder.lock | |
├─ Procfile | |
└─ web | |
├─ _h5ai | |
├─ your files | |
├─ and folders |
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
*Credits:shivatejapeddi,ThE_MarD,dmd79,prajjwallaad | |
### What is Treble? ### | |
https://android-developers.googleblog.com/2017/05/here-comes-treble-modular-base-for.html?m=1 | |
I'll keep the technical details about treble away from this thread as it has been covered by xda already. | |
If you want to know more about that visit here <google-link-here> | |
It is all treble trouble everywhere so why shouldn't x2 join 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
*Credits:shivatejapeddi,ThE_MarD,dmd79,prajjwallaad | |
### What is Treble? | |
https://android-developers.googleblog.com/2017/05/here-comes-treble-modular-base-for.html?m=1 | |
I'll keep the technical details about treble away from this thread as it has been covered by xda already. | |
If you want to know more about that visit here <google-link-here> | |
It is all treble trouble everywhere so why shouldn't x2 join it? | |
I'm proud to announce that Le Max2 will now support project treble and you can flash Generic system images and even Android P. Exciting right? |
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
*Credits:shivatejapeddi,ThE_MarD,dmd79,prajjwallaad | |
###What is Treble? | |
https://android-developers.googleblog.com/2017/05/here-comes-treble-modular-base-for.html?m=1 | |
I'll keep the technical details about treble away from this thread as it has been covered by xda already. | |
If you want to know more about that visit here <google-link-here> | |
It is all treble trouble everywhere so why shouldn't x2 join it? | |
I'm proud to announce that Le Max2 will now support project treble and you can flash Generic system images and even Android P. Exciting right? |
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
###Treble for Leeco Le Max2### | |
##It is all treble trouble everywhere so why shouldn't x2 join it? I'm proud to announce that Le Max2 will now support | |
project treble and you can flash Generic system images and even Android P. Exciting right? You just need to follow the | |
instructions mentioned and you're good to go.## |