Skip to content
View brenorb's full-sized avatar
  • BBrito
  • Brasília, Brazil
Block or Report

Block or report brenorb

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. liberalismo.info liberalismo.info Public

    Forked from daattali/beautiful-jekyll

    🗽 Site colaborativo educacional open source sobre liberalismo

    HTML 1

  2. Make-a-bot Make-a-bot Public

    🤖 Simple code for fast.ai RNN bot creator from twitter.

    Jupyter Notebook 1

  3. A Python 3.+ script to download all ... A Python 3.+ script to download all of a user's tweets into a csv.
    1
    #!/usr/bin/env python
    2
    # encoding: utf-8
    3
    
                  
    4
    import tweepy #https://github.com/tweepy/tweepy
    5
    import csv
  4. PID controller for Lego bot PID controller for Lego bot
    1
    /* Techbricks.nl Line Follower
    2
       Based on a PID controller, using the NXT 1.0 light sensor
    3
       NXC firmware 1.28
    4
       www.techbricks.nl
    5
       last modified 03/03/2010                                    Breno version*/