Giter Club home page Giter Club logo

matrix's Introduction

Hi there 👋

Bernardo de Freitas

About me

import this

class Bio:
    def __init__(self, data: list[str]):
        self.data = data

    def format(self) -> str:
        keys = [
            'Name', '⚡ Quick bio', '🔭 i\'m currently studing on',
            '🌱 I’m currently learning', '💬 Ask me about', '✉️ contact'
        ]
        strings = []
        length_spaces = max(map(len, keys))
        for key, value in zip(keys, self.data):
            strings.append(f"{key: <{length_spaces}} {value}")
        return '\n'.join(strings)

data = [
    'Bernardo de Freitas',
    'A kind of full-stack developer, dubstep head, python lover, not gamer, coder, programmer, '
    'depressive :smiling_face_with_tear:, dog lover',
    'Trybe', 'javascript, html, css',
    'python, javascript, html, css, sql, functional paradigm',
    'https://github.com/b166erbot#contact'
]
print('\n' * 3)

print(Bio(data).format())

output:
Name Bernardo de Freitas
⚡ Quick bio A kind of dubstep head, python lover, not gamer, coder, programmer, depressive 🥲, dog lover
🔭 i'm currently studing on Trybe
🌱 I’m currently learning javascript, html, css
💬 Ask me about python, javascript, html, css, sql, functional paradigm
✉️ contact https://github.com/b166erbot#contact

You can reach me at 👽

b166erbot's LinkedIn Profile b166erbot's Telegram Profile

Github stats 📊

Visitor's count 👀

b166erbot :: Visitor's Count

Top langs 👅

b166erbot :: Top Langs

Profile stats of public repositories 🎹

b166erbot :: Profile Stats

Neo seeing behind the matrix

matrix's People

Contributors

henriquebastos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

adrielsokunert

matrix's Issues

Espero que goste :-)

Fala @filipedeschamps! em uma de suas lives eu tinha visto que você amava matrix e pensei em te marcar aqui nesta issue só para você ver o efeito matrix rain que eu fiz do zero. um grande abraço!

o problema é a escolha.

na matrix branch teste, quando ela está rodando a função sortear, ela está escolhendo qual será a cor da linha, filtrando tanto as colunas ativas quanto as desativadas e isso demora um pouco fazendo com que o efeito tenha glitchs indesejáveis. Ou desejáveis, depende do que quero implementar.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.