Skip to content
View diegofalcao's full-sized avatar

Block or report diegofalcao

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

Popular repositories Loading

  1. search-engine search-engine Public

    This project is a search engine that uses the vector model to retrieve documents based on the user's query. This query can be text or an image path.

    C 3 2

  2. tesouro-direto-listener tesouro-direto-listener Public

    This program checks the Tesouro Direto Market in intervals of 5 minutes in order to identify if the tax of a selected product is above the threshold specified by the user.

    Python 2

  3. img-histogram-gen img-histogram-gen Public

    This program breaks the image into 1296 blocks and 5 regions and generates histograms to each block. After that, each histogram block becomes words that can be used as terms in a vector model. So t…

    Python

  4. ContadorDeCiclistas ContadorDeCiclistas Public

    Forked from LabProdam/ContadorDeCiclistas

    C++ 1

  5. external-merge-sort external-merge-sort Public

    This program sorts big files using external memory. The algorithm uses the balanced interpolation based on k-ways and uses a Heap structure to make the interpolation step between the runs.

    C

  6. markup markup Public

    Forked from github/markup

    The code we use to render README.your_favorite_markup

    Ruby