Skip to content

Instantly share code, notes, and snippets.

View oscarvalenzuelab's full-sized avatar
💭
I may be slow to respond.

Oscar V oscarvalenzuelab

💭
I may be slow to respond.
View GitHub Profile
@oscarvalenzuelab
oscarvalenzuelab / AInvirion Contributor Assignment Agreement (CAA)
Created January 25, 2026 23:57
AInvirion Contributor Assignment Agreement (CAA)
# 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, "")
@oscarvalenzuelab
oscarvalenzuelab / opendatacollector-client.php
Created November 23, 2019 06:05
OpenDataCollector PHP Client Example using Curl authenticated using OAUTH-2.0
<?php
//ODC Input Settings
$odcApi = "cars";
$odcInput = "XD3500";
//ODC Account Settings
$odcClientId = "";
$odcClientSecret = "";
@oscarvalenzuelab
oscarvalenzuelab / Requerimientos Sistema
Last active September 26, 2019 04:34
Requerimientos Sistema
# 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

Keybase proof

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:

@oscarvalenzuelab
oscarvalenzuelab / LXDE_Lightsail_desktop
Created November 21, 2018 06:33
LXDE_Lightsail_desktop
[SeatDefaults]
allow-guest=false
user-session=LXDE
#user-session=Lubuntu