I hereby claim:
- I am 094459 on github.
- I am ricardosueiras (https://keybase.io/ricardosueiras) on keybase.
- I have a public key ASBV7qqXPF_82qP_zjhKxNPwMneUHoC5Bz4bb7ecxC9DFAo
To claim this, I am signing this object:
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| mDMEZig60RYJKwYBBAHaRw8BAQdAy/+G05U5/EOA72WlcD4WkYn5SInri8pc4Z6D | |
| BKNNGOm0JEFtYXpvbiBRIENMSSBUZWFtIDxxLWNsaUBhbWF6b24uY29tPoiZBBMW | |
| CgBBFiEEmvYEF+gnQskUPgPsUNx6jcJMVmcFAmYoOtECGwMFCQPCZwAFCwkIBwIC | |
| IgIGFQoJCAsCBBYCAwECHgcCF4AACgkQUNx6jcJMVmef5QD/QWWEGG/cOnbDnp68 | |
| SJXuFkwiNwlH2rPw9ZRIQMnfAS0A/0V6ZsGB4kOylBfc7CNfzRFGtovdBBgHqA6P | |
| zQ/PNscGuDgEZig60RIKKwYBBAGXVQEFAQEHQC4qleONMBCq3+wJwbZSr0vbuRba | |
| D1xr4wUPn4Avn4AnAwEIB4h+BBgWCgAmFiEEmvYEF+gnQskUPgPsUNx6jcJMVmcF | |
| AmYoOtECGwwFCQPCZwAACgkQUNx6jcJMVmchMgEA6l3RveCM0YHAGQaSFMkguoAo |
| When creating Python code, use the following guidance | |
| - Use Flask as the web framework | |
| - Follow Flask's application factory pattern | |
| - Use Pydantic for data validation | |
| - Use environment variables for configuration | |
| - Implement Flask-SQLAlchemy for database operations | |
| - Use Swagger to provide an interactive API UI | |
| Use the following project structure |
| tables: | |
| users: | |
| columns: | |
| id: | |
| type: integer | |
| primary_key: true | |
| autoincrement: true | |
| email: | |
| type: text | |
| unique: true |
| // Attribution - based from code here - https://raw.githubusercontent.com/zendar/spritemultiplexer/refs/heads/master/multi.asm | |
| // Add these new constants for screen boundaries and initial velocities | |
| .const SCREEN_LEFT = 24 | |
| .const SCREEN_RIGHT = 344 | |
| .const SCREEN_TOP = 50 | |
| .const SCREEN_BOTTOM = 229 | |
| .const INITIAL_VEL_X = 1 | |
| .const INITIAL_VEL_Y = 2 | |
| .const PADDING = 4 |
| // Attribution - based from code here - https://raw.githubusercontent.com/zendar/spritemultiplexer/refs/heads/master/multi.asm | |
| // Constants | |
| .const PADDING = 4 | |
| .const MAX_SPRITES = 22 // 16 makes a great circle | |
| .const TEMP1 = $FB | |
| .const TEMP2 = $FC | |
| .const SpriteIndex = $FD | |
| .const VicSpriteIndex = $FE | |
| // Use BasicUpstart2 to create proper BASIC startup |
| # forked from https://github.com/AnthonyBloomer/github-traffic-insights | |
| # changed so that it outputs just to cloudwatch | |
| # use Cloudwatch Insights to track GitHub Traffic | |
| import json | |
| import os | |
| from urllib import request | |
| def record_custom_event(event): |
| Description: Create a VSCode code-server instance with an Amazon CloudFront distribution. | |
| Parameters: | |
| EC2KeyPair: | |
| Type: AWS::EC2::KeyPair::KeyName | |
| Description: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-key-pairs.html | |
| Default: ws-default-keypair | |
| InstanceVolumeSize: | |
| Type: Number | |
| Description: The volume size in GB |
| #!/bin/sh | |
| # Thanks to https://stackoverflow.com/questions/71954694/pyenv-on-amazon-linux-fails-to-build-due-to-openssl | |
| # and https://gist.github.com/djohnkang/062e1b5c37df7d4d5b4e503315481282 | |
| # Save this as a bash script in your AWS Cloud9 environment, and then run it. After it runs, you should now have Python 3.10.11 available | |
| sudo yum remove openssl-devel.x86_64 -y | |
| sudo yum autoremove -y | |
| sudo yum install gcc zlib-devel bzip2 bzip2-devel readline readline-devel sqlite sqlite-devel opensll openssl11-devel libffi-devel xz-devel -y | |
| # sudo yum groupinstall "Development Tools" -y && sudo yum install -y zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel tk-devel libffi-devel xz-devel |
I hereby claim:
To claim this, I am signing this object:
| Verifying that +094459 is my blockchain ID. https://onename.com/094459 |