Skip to content

Instantly share code, notes, and snippets.

View pabloariasmora's full-sized avatar
🏠
Working from home

Juan Pablo Arias Mora pabloariasmora

🏠
Working from home
View GitHub Profile
@pabloariasmora
pabloariasmora / Readme.md
Created March 17, 2025 18:03
A Python utility script to scan and inventory AWS resources across all regions based on specific tag patterns. This tool helps in resource management and compliance tracking by identifying all resources with matching tags in your AWS account.

AWS Resource Tag Scanner

A Python script that scans AWS resources across all regions for specific tag patterns and provides a detailed inventory of tagged resources.

Description

This tool helps AWS administrators and developers to:

  • Search for resources with specific tag patterns across all AWS regions
  • List all found resources with their ARNs
  • Provide a total count of resources matching the tag pattern
@pabloariasmora
pabloariasmora / requirements.txt
Created August 16, 2024 15:24
Developer Experience - Amazon Q Developer - Deep Dive - Full Requirements 08/16/2024 Update
altair==5.4.0
anyio==4.4.0
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
arrow==1.3.0
asgiref==3.8.1
astroid==3.2.4
asttokens==2.4.1
async-lru==2.0.4
attrs==24.2.0
@pabloariasmora
pabloariasmora / test.cpp
Last active November 18, 2017 16:55
test
{
int raw_data[1024];
int filt_data[1024];
int out_data[1024];
int idx = 0;
//P1 grab samples
for (i=0; i<1023; i++){
raw_data[i] = ReadADC();
}
@pabloariasmora
pabloariasmora / config.sh
Last active May 1, 2017 17:42
Altera Cyclone V Developer Configuration - Issue: De1-SoC-MTL2 Quantal Repos Not Found
mv /etc/apt/sources.list /etc/apt/sources.list.old
mv /etc/apt/sources.list.d/linaro-overlay-ppa.list /etc/apt/sources.list.old/linaro-overlay-ppa.list.old
echo "deb http://mirrors.digitalocean.com/ubuntu-old/ quantal main universe" > /etc/apt/sources.list
echo "deb-src http://mirrors.digitalocean.com/ubuntu-old/ quantal main universe" >> /etc/apt/sources.list
apt-get install -y ssh build-essential gdb g++