Diego Fernandes 👨🚀 |
Cleiton Souza 👨🚀 |
Robson Marques 👨🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "files.associations": { | |
| "**/*.html": "html", | |
| "**/templates/**/*.html": "django-html", | |
| "**/templates/**/*": "django-txt", | |
| "**/requirements{/**,*}.{txt,in}": "pip-requirements" | |
| }, | |
| "beautify.language": { | |
| "js": { | |
| "type": ["javascript", "json"], | |
| "filename": [".jshintrc", ".jsbeautifyrc"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # adapted from: | |
| # https://stackoverflow.com/questions/48677978/python-run-multiple-get-requests-in-parallel-and-stop-on-first-response | |
| from multiprocessing import Queue, Process | |
| from multiprocessing.queues import Empty | |
| from time import sleep | |
| def f1(queue): | |
| print('f1') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [alias] | |
| ci = commit | |
| co = checkout | |
| cm = checkout master | |
| cb = checkout -b | |
| st = status -sb | |
| sf = show --name-only | |
| lg = log --pretty=format:'%Cred%h%Creset %C(bold)%cr%Creset %Cgreen<%an>%Creset %s' --max-count=30 | |
| incoming = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' ..@{u}) | |
| outgoing = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' @{u}..) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [<img src="https://avatars0.githubusercontent.com/u/41811634?s=460&v=4" width="100px;"/><br/><sub><b>Nádia Oliveira</b></sub>](https://github.com/NadiaOliver)<br /> |[<img src="https://avatars3.githubusercontent.com/u/45168142?s=460&v=4" width="100px;"/><br /><sub><b>Júlia Mendonça</b></sub>](https://github.com/Juliams78)<br /> | |
| --------- | ------ |
Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...
Italics *italics* or _italics_
Underline italics __*underline italics*__
Funções para consultar informações sobre CNPJ e CEP pela web (sem backend necessário) ou através de Node.JS
nodejs-lib.js- Código para realizar a requisição através do módulo de HTTPS do Node.JSweb-lib.js- Código para realizar a requisição através de JSONP na Webconsulta.js- Funções para realizar consultas de CNPJ e CEP
Se você está usando Node.JS, adicione o código de nodejs-lib.js.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Futures | |
| from __future__ import unicode_literals | |
| from __future__ import print_function | |
| # Generic/Built-in | |
| import datetime | |
| import argparse | |
| # Other Libs | |
| import youtube_dl |
Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"NewerOlder