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
| import atexit | |
| import sys | |
| def main(f): | |
| if f.__module__ == "__main__": | |
| atexit.register(f) | |
| sys.modules['main'] = main # noqa |
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
| /* | |
| Notes: | |
| Despite Scala's appearances, it is, in fact, a Statically Typed language. | |
| It has just eliminated a great deal of the "type vomit" people are used | |
| to seeing in Statically Typed languages (e.g. C, C++, Java). It often | |
| can infer the type on its own. It also combines functional and | |
| object-oriented programming paradigms in a fashion that feels similar | |
| to Python. | |
| */ |
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
| # LISTA PARA JOBS E FREELAS # | |
| Freelas, Estágios, Empregos, Trabalhos Remotos | |
| Nacional & Internacional | |
| 99Freelas - https://www.99freelas.com.br/ | |
| AngelList - http://angel.co/ | |
| Back-end Brasil - https://github.com/backend-br/vagas | |
| Comunica Freela - https://www.comunicafreelancer.com.br/ | |
| Crossover - http://crossover.com/ | |
| Crowd - https://www.crowd.br.com/ |