Discover gists
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
{ | |
"listas": [], | |
"pontos": 0, | |
"nivel": 1 | |
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: d4154c4f-f534-41ca-8d86-3c4c024e93b1 | |
-- Server started: February 06, 2025 10:47 PM UTC | Server uptime: 96 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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
responsiveVoice.speak(texto, 'Brazilian Portuguese Female', {rate:1.2}); |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: 6ecdfa79-006a-4928-b983-41bf0e485e8e | |
-- Server started: February 06, 2025 10:47 PM UTC | Server uptime: 2 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: 1a8e2445-5db2-4220-9c0c-2cb68a118921 | |
-- Server started: February 06, 2025 07:55 PM UTC | Server uptime: 9657 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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
✨ Features: | |
- Encrypts and decrypts text based on a custom algorithm. | |
- Uses a secret key to generate a shift value. | |
- Base64 encoding ensures safe string storage. | |
- Modular and easy-to-reuse functions. | |
🚀 Usage: | |
1. Copy the Dart code below into a Dart file. | |
2. Call the `encrypt(text, key)` method to encrypt a message. | |
3. Use `decrypt(encryptedText, key)` to get back the original message. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
[] |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: 0103a1fe-8c68-4ccf-9227-7c76085d82c3 | |
-- Server started: February 06, 2025 10:45 PM UTC | Server uptime: 2 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |