ποΈ
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
| from cryptography.hazmat.backends import default_backend | |
| from cryptography.hazmat.primitives import serialization | |
| from google.cloud import kms | |
| from solana.rpc.api import Client | |
| from solders.system_program import TransferParams, transfer | |
| from solders.signature import Signature | |
| from solders.message import Message | |
| from solders.transaction import Transaction | |
| from solders.pubkey import Pubkey |
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
| import base64 | |
| import sha3 | |
| import asn1 | |
| from cryptography.hazmat.primitives.asymmetric import ec | |
| from eth_typing import ChecksumAddress | |
| from eth_account._utils.legacy_transactions import ( | |
| serializable_unsigned_transaction_from_dict, | |
| encode_transaction, | |
| ) |
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
| ;-------------------------------------------------------- | |
| ; File Created by SDCC : free open source ISO C Compiler | |
| ; Version 4.4.0 #14620 (Linux) | |
| ;-------------------------------------------------------- | |
| .module out | |
| .optsdcc -msm83 | |
| ;-------------------------------------------------------- | |
| ; Public variables in this module | |
| ;-------------------------------------------------------- |
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
| ;-------------------------------------------------------- | |
| ; File Created by SDCC : free open source ISO C Compiler | |
| ; Version 4.4.0 #14620 (Linux) | |
| ;-------------------------------------------------------- | |
| .module out | |
| .optsdcc -msm83 | |
| ;-------------------------------------------------------- | |
| ; Public variables in this module | |
| ;-------------------------------------------------------- |
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
| ;-------------------------------------------------------- | |
| ; File Created by SDCC : free open source ISO C Compiler | |
| ; Version 4.4.0 #14620 (Linux) | |
| ;-------------------------------------------------------- | |
| .module out | |
| .optsdcc -msm83 | |
| ;-------------------------------------------------------- | |
| ; Public variables in this module | |
| ;-------------------------------------------------------- |
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
| /* Provide Declarations */ | |
| #include <stdint.h> | |
| #ifndef __cplusplus | |
| typedef unsigned char bool; | |
| #endif | |
| #ifdef _MSC_VER | |
| #define __noreturn __declspec(noreturn) | |
| #else | |
| #define __noreturn __attribute__((noreturn)) |
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
| /* Provide Declarations */ | |
| #include <stdint.h> | |
| #ifndef __cplusplus | |
| typedef unsigned char bool; | |
| #endif | |
| #ifdef _MSC_VER | |
| #define __noreturn __declspec(noreturn) | |
| #else | |
| #define __noreturn __attribute__((noreturn)) |
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
| function getPlayer(name) { | |
| for (player in game.players) { | |
| if (game.players[player].name == name) { | |
| return game.players[player] | |
| } | |
| } | |
| } | |
| function teleport (dx, dy) { | |
| x = game.getMyPlayer().x |
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
| #include <stdio.h> | |
| int main() | |
| { | |
| printf("Hello, Blog!\n"); | |
| } |
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
| π Morning 14 commits βββββββββββββββββββββ 8.9% | |
| π Daytime 39 commits βββββββββββββββββββββ 24.8% | |
| π Evening 69 commits βββββββββββββββββββββ 43.9% | |
| π Night 35 commits βββββββββββββββββββββ 22.3% |