Skip to content
View eddy85br's full-sized avatar
:atom:
:atom:
  • Impulso + Creditas
  • Curitiba - PR

Organizations

@Curitiba-pm

Block or report eddy85br

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
eddy85br/README.md

Me, myself and I

  • 💬 Call me: Edu

  • 😄 Pronouns: He, him ♂

  • 🔭 I'm currently working on a Data Lake environment.

  • 🌱 I'm currently learning more about Kubernetes, Kafka and Data Lake stuff.

  • 💬 Ask me about Data Engineering

  • 📫 How to reach me: EduLF85#3366 on Discord.

  • ⚡ Fun fact: I love craft beer.

Languages and Tools:

Python Bash Docker Perl R Vim

Rabbit MQ Apache Kafka Apache Airflow
SQL language PostgreSQL DB MySQL DB

Find me on:

Linkedin

Pinned Loading

  1. Grep Running Processes (psgrep) Grep Running Processes (psgrep)
    1
    #!/bin/bash
    2
     
    3
    ################################################################################
    4
    ## Similar to run:  ps aux | grep "RegExp"                                    ##
    5
    ## Script that receives a list o keywords and search then in "ps axw" command ##
  2. Grep Netstat Header and Results (net... Grep Netstat Header and Results (netstat -tupan | egrep ...)
    1
    #!/usr/bin/env perl
    2
    
                  
    3
    use warnings;
    4
    use strict;
    5
    use feature 'say';
  3. View Swap Usage for running processes View Swap Usage for running processes
    1
    #!/bin/bash
    2
    # Get current swap usage for all running processes
    3
    # Erik Ljungstrom 27/05/2011
    4
    #
    5
    ## Adapted by Jhonatan Piffer Siqueira and Eduardo Lemons Francisco (eddy85br).
  4. OctGridText OctGridText Public

    Octave implamentation of an OCR pre-processor to find a grid in text pictures (Genetic Algorithm and fitness function).

    MATLAB 1

  5. yapcweb yapcweb Public

    Forked from Brasil-Perl-Mongers/yapcweb

    Webserver para o YAPC::Brasil

    JavaScript 1