Skip to content
View maurobaraldi's full-sized avatar
Block or Report

Block or report maurobaraldi

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

  1. python-algorithms python-algorithms Public

    Algorithms and Data Structures implemented in Python

    Python 2

  2. falcon falcon Public

    Forked from falconry/falcon

    The minimalist web API framework for building reliable, correct, and high-performance REST APIs, microservices, proxies, and app backends in Python.

    Python

  3. nginx-canary nginx-canary Public

    Forked from Telefonica/nginx-canary

    nginx with canary release strategy

    Lua

  4. Cotações da Bovespa Intraday Cotações da Bovespa Intraday
    1
    #!/usr/bin/env python
    2
    
                  
    3
    from datetime import datetime
    4
    from json import loads
    5
    from time import gmtime, mktime, strptime
  5. A pet name generator in Go A pet name generator in Go
    1
    package main
    2
    
                  
    3
    import (
    4
        "fmt"
    5
        "math/rand"