Skip to content
View garciaErick's full-sized avatar
🥦
Crawling the cyberspace
🥦
Crawling the cyberspace
Block or Report

Block or report garciaErick

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
garciaErick/README.md
#!/bin/bash
$ me@erick-garcia.com: chmod +x ~/path/to/my/introduction/introduction.sh
$ me@erick-garcia.com: ~/./path/to/my/introduction/introduction.sh &> stdout

... printing introduction

Greetings mortal ( ꈍᴗꈍ)❣️

Hello my name is @garciaErick.

  • Graduate with a Ms in Software Engineering;
  • Currently working for Amazon and living in Seattle
  • Born and raised in Ciudad Juárez, Chihuahua, Mexico / El Paso Texas;
  • Interested in connecting, contributing, and learning new stuff, so if you have a cool idea or just want to chat, send me a messagge

Alt txt

📫 To know more about me head to my personal website erick-garcia.com, or DM at github@erick-garcia.com

Pinned

  1. battleship-haskell battleship-haskell Public

    Sample console application done in haskell that demos Haskell's functional prowess

    Haskell 1

  2. jsonrpc-demo jsonrpc-demo Public

    Client server using json rpc, json and can even pass by reference objects to the server

    Python

  3. tcp-file-transfer tcp-file-transfer Public

    Tcp client/server that supports GET and PUT, while ensuring packets get delivered even if the proxy (stammering) is unreliable

    Python

  4. udp-file-transfer udp-file-transfer Public

    Sample client server done in UDP, supports PUT/GET with sliding window and stop & wait protocols

    Python 1

  5. client-server-chat client-server-chat Public

    This is a sample multi-client-server-chatroom done in golang, with some validation and sanitization.

    Go

  6. security_hw01_passwordattacker security_hw01_passwordattacker Public

    Sample brute force and dictionary offline attacks to a password file.

    Java