I hereby claim:
- I am oscarvalenzuelab on github.
- I am alkamod (https://keybase.io/alkamod) on keybase.
- I have a public key ASA9j2DRga67APE-s2cVGN2Mn1X8YQPnkIxb7waJ7vt8RQo
To claim this, I am signing this object:
| # AInvirion Contributor Assignment Agreement (CAA) | |
| **Version 1.0 - Effective January 2026** | |
| Thank you for your interest in contributing to AInvirion LLC ("AInvirion", "we", "us", or "our"). This Contributor Assignment Agreement ("Agreement") applies to all contributions you make to any AInvirion project. | |
| ## 1. Definitions | |
| - **"Contribution"** means any original work of authorship, including any modifications or additions to existing work, that you submit to AInvirion for inclusion in any product or project owned or managed by AInvirion. | |
| - **"Submit"** means any form of electronic, verbal, or written communication sent to AInvirion, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems. |
| import socket | |
| from dnslib import RR, QTYPE, DNSRecord, DNSHeader, TXT | |
| from time import time | |
| DOMAIN = "REPLACE_WITH_YOUR_SUBDOMAIN" | |
| def parse_response(data): | |
| temp = DNSRecord.parse(data) | |
| req = str(temp.q.qname) | |
| subdomain = req.replace(DOMAIN, "") |
| <?php | |
| //ODC Input Settings | |
| $odcApi = "cars"; | |
| $odcInput = "XD3500"; | |
| //ODC Account Settings | |
| $odcClientId = ""; | |
| $odcClientSecret = ""; |
| # Requerimientos: | |
| ## Sistema desarrollado usando Laravel (PHP) o Flask (Python). | |
| * El codigo debe estar hosteado en GitHub en un repositorio privado. Una vez terminado el proyecto el cliente verificara los cambios (commits), por lo que deberas dar accesso a una o dos cuentas para hacer code review. | |
| * Se espera que todas las librerias, incluyendo el Framework, sea instalado en el proyecto usando un manejador de paquetes: composer, pypi, etc. por tanto la version final en el repositorio solo deberia contener el codigo escrito por ti, y no otras librerias. | |
| * Idealmente evitar el uso de Vue u otros framework JavaScript no incluidos por defecto en el Framework usado o en los plugins (paquetes). | |
| * Los formularios deben desplegarse usando el mismo estilo en todo el sitio. | |
| * Los formularios deben estar protegidos ante XSS, SQL Injection u otros problemas de seguridad. | |
| * El pago se realizara via electronica (PayPal) o Xoom. | |
| * Si usas un template o paquetes predisenados para desarrollar la aplicacion, por favor verific |
I hereby claim:
To claim this, I am signing this object:
| [SeatDefaults] | |
| allow-guest=false | |
| user-session=LXDE | |
| #user-session=Lubuntu |