Skip to content
View fernandrone's full-sized avatar

Block or report fernandrone

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

Pinned Loading

  1. linelint linelint Public

    Linter that validates simple newline and whitespace rules in all sorts of files.

    Go 24 7

  2. talks talks Public

    Repository for source code used in talks

    Shell 6 3

  3. shortener shortener Public

    A personal URL shortener, made with the AWS CDK.

    TypeScript 2

  4. awesome-tech-content awesome-tech-content Public

    Personal curated list of awesome publicly available tech-related content.

    28

  5. grace grace Public

    A command line tool that validates if containerized applications terminate gracefully 🚧

    Go

  6. Top N most-used words in a text Top N most-used words in a text
    1
    #!/usr/bin/env sh
    2
    #
    3
    # Simple script that prints out the top N most-used words in a text from standard input.
    4
    #
    5
    # Inspired by https://buttondown.email/hillelwayne/archive/donald-knuth-was-framed/. The short