├── _config.yml ├── .github └── pull_request_template.md ├── LICENSE └── README.md /_config.yml: -------------------------------------------------------------------------------- 1 | plugins: 2 | - jekyll-relative-links 3 | relative_links: 4 | enabled: true 5 | collections: true 6 | include: 7 | - README.md 8 | - LICENSE.md 9 | 10 | theme: jekyll-theme-cayman -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | ## Contributing 2 | 3 | (the same measurement rule as [awesome-made-by-russians ](https://github.com/gaearon/awesome-made-by-russians)) 4 | 5 | It's hard to calculate project popularity so we use stars to measure it. It's not quite fair, but it is what we have here on Github. 6 | 7 | If you want to add a project to this list, please make sure that: 8 | 9 | - [ ] The project was created by the developers born in Brazil 10 | - [ ] The project can't be just a personal, experimental or sample project 11 | - [ ] The project has more than **100 stars** on Github 12 | - [ ] Place them in alphabetical order 13 | - [ ] One repository per PR/contribution - _avoid conflicts and simplify review_ 14 | - [ ] Check if your suggestion follows our pattern (title, description, badge), you need to add double blank space after ending line of each line 15 | 16 | If they meet the requirements above, feel free to create a PR! 😁 17 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Felipe Fialho 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # :brazil: Awesome Made by Brazilians [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) 2 | 3 | > A collection of amazing open source projects built by brazilian developers 4 | 5 | [![license](https://img.shields.io/github/license/felipefialho/awesome-made-by-brazilians.svg)](/LICENSE) 6 | [![GitHub contributors](https://img.shields.io/github/contributors/felipefialho/awesome-made-by-brazilians.svg)](https://github.com/felipefialho/awesome-made-by-brazilians/graphs/contributors) 7 | 8 | - [Apps, Softwares & Tools](#apps) 9 | - [Awesomes & Lists](#awesomes) 10 | - [Bend](#bend) 11 | - [C](#c) 12 | - [C#](#csharp) 13 | - [C++](#cpp) 14 | - [CSS](#css) 15 | - [Clojure](#clojure) 16 | - [Dart](#dart) 17 | - [Delphi](#delphi) 18 | - [Elixir](#elixir) 19 | - [Go](#go) 20 | - [Haskell](#haskell) 21 | - [Java](#java) 22 | - [JavaScript](#js) 23 | - [Lua](#lua) 24 | - [PHP](#php) 25 | - [Python](#python) 26 | - [Quint](#quint) 27 | - [Ruby](#ruby) 28 | - [Rust](#rust) 29 | - [Shell](#shell) 30 | - [Typescript](#typescript) 31 | - [vim](#vim) 32 | 33 | 34 | 35 | ### Apps, Softwares & Tools 36 | 37 | - **[anonydog](https://github.com/anonydog/anonydog)** by [anonydog](https://github.com/anonydog) 38 | A bot to anonymize contributors 39 | ![Stars](https://img.shields.io/github/stars/insidegui/WWDC.svg?style=flat-square) 40 | [![license](https://img.shields.io/github/license/insidegui/WWDC.svg)](/LICENSE) 41 | 42 | - **[contrata-se-dev](https://contrata-se.dev/)** by [LarissaAbreu](https://github.com/LarissaAbreu) 43 | Job aggregator for developers 44 | ![Stars](https://img.shields.io/github/stars/LarissaAbreu/contrata-se-dev.svg?style=flat-square) 45 | [![license](https://img.shields.io/github/license/LarissaAbreu/contrata-se-dev.svg)](/LICENSE) 46 | 47 | - **[DevHub](https://github.com/devhubapp/devhub)** by [brunolemos](https://github.com/brunolemos) 48 | GitHub Notifications manager for Desktop and Mobile (99% code sharing using react-native-web) 49 | ![Stars](https://img.shields.io/github/stars/devhubapp/devhub?style=flat-square) 50 | [![license](https://img.shields.io/github/license/devhubapp/devhub.svg)](/LICENSE) 51 | 52 | - **[Dracula Theme](https://github.com/dracula/dracula-theme)** by [zenorocha](https://github.com/zenorocha) 53 | A dark theme for Atom, Alfred, Emacs, Highlight.js, Hyper, iTerm, JetBrains, Pygments, Slack, Sublime Text, TextMate, Terminal.app, Vim, Xcode, Zsh and many more 54 | ![Stars](https://img.shields.io/github/stars/dracula/dracula-theme.svg?style=flat-square) 55 | [![license](https://img.shields.io/github/license/dracula/dracula-theme.svg)](/LICENSE) 56 | 57 | - **[Egua](https://github.com/eguatech/egua)** by [eguatech](https://github.com/eguatech) 58 | A programming language in portuguese to help beginners to start 59 | ![Stars](https://img.shields.io/github/stars/eguatech/egua?style=flat-square) 60 | [![license](https://img.shields.io/github/license/eguatech/egua.svg)](/LICENSE) 61 | 62 | - **[FunnyAlgorithms](https://github.com/ReciHub/FunnyAlgorithms)** by [Otacilio Maia](https://github.com/OtacilioN) 63 | A repository with a bunch of funny algorithms, beginners friendly 64 | ![Stars](https://img.shields.io/github/stars/ReciHub/FunnyAlgorithms.svg?style=flat-square) 65 | [![license](https://img.shields.io/github/license/ReciHub/FunnyAlgorithms.svg)](/LICENSE) 66 | 67 | - **[i-Educar](https://github.com/portabilis/i-educar)** by [portabilis](https://github.com/portabilis/i-educar) 68 | Open source software of education in Brasil 69 | ![Stars](https://img.shields.io/github/stars/portabilis/i-educar?style=flat-square) 70 | [![license](https://img.shields.io/github/license/portabilis/i-educar.svg)](/LICENSE) 71 | 72 | - **[LangFlow](https://github.com/langflow-ai/langflow)** by [langflow-ai](https://github.com/langflow-ai) 73 | Langflow é um construtor de aplicações de low-code para aplicações de RAG e IA multiagente. É baseado em Python e compatível com qualquer modelo, API ou banco de dados. 74 | ![Stars](https://img.shields.io/github/stars/langflow-ai/langflow?style=flat-square) 75 | [![license](https://img.shields.io/github/license/langflow-ai/langflow.svg)](/LICENSE) 76 | 77 | - **[Operação Serenata de Amor](https://github.com/okfn-brasil/serenata-de-amor)** by [okfn-brasil](https://github.com/okfn-brasil) 78 | Serenata de Amor is an open project using artificial intelligence for social control of public administration 79 | ![Stars](https://img.shields.io/github/stars/okfn-brasil/serenata-de-amor?style=flat-square) 80 | [![license](https://img.shields.io/github/license/okfn-brasil/serenata-de-amor.svg)](/LICENSE) 81 | 82 | - **[pliim](https://github.com/zehfernandes/pliim)** by [zehfernandes](https://github.com/zehfernandes) 83 | Safely share your screen with one click 84 | ![Stars](https://img.shields.io/github/stars/zehfernandes/pliim.svg?style=flat-square) 85 | [![license](https://img.shields.io/github/license/zehfernandes/pliim.svg)](/LICENSE) 86 | 87 | - **[RastreioBot](https://github.com/GabrielRF/RastreioBot)** by [GabrielRF](https://github.com/GabrielRF) 88 | This is a Telegram Bot that tracks packages from the Brazilian Mail Service 89 | ![Stars](https://img.shields.io/github/stars/GabrielRF/RastreioBot?style=flat-square) 90 | [![license](https://img.shields.io/github/license/GabrielRF/RastreioBot.svg)](/LICENSE) 91 | 92 | - **[Refined Bitbucket](https://github.com/refined-bitbucket/refined-bitbucket)** by [andremw](https://github.com/andremw) 93 | Chrome and Firefox extension that improves Bitbucket's user experience 94 | ![Stars](https://img.shields.io/github/stars/refined-bitbucket/refined-bitbucket.svg?style=flat-square) 95 | [![license](https://img.shields.io/github/license/refined-bitbucket/refined-bitbucket.svg)](/LICENSE) 96 | 97 | - **[SpeakerFight](https://github.com/luanfonceca/speakerfight)** by [luanfonceca](https://github.com/luanfonceca) 98 | The Easier way to choose the best talks 99 | ![Stars](https://img.shields.io/github/stars/luanfonceca/speakerfight.svg?style=flat-square) 100 | [![license](https://img.shields.io/github/license/luanfonceca/speakerfight.svg)](/LICENSE) 101 | 102 | - **[webBudget](https://github.com/arthurgregorio/web-budget)** by [arthurgregorio](https://github.com/arthurgregorio) 103 | A free and open-source software to control your personal finances or of your small company 104 | ![Stars](https://img.shields.io/github/stars/arthurgregorio/web-budget?style=flat-square) 105 | [![license](https://img.shields.io/github/license/arthurgregorio/web-budget.svg)](/LICENSE) 106 | 107 | - **[WWDC](https://github.com/insidegui/WWDC)** by [insidegui](https://github.com/insidegui) 108 | The unofficial WWDC app for macOS 109 | ![Stars](https://img.shields.io/github/stars/insidegui/WWDC.svg?style=flat-square) 110 | [![license](https://img.shields.io/github/license/insidegui/WWDC.svg)](/LICENSE) 111 | 112 | 113 | 114 | ### Awesomes & Lists 115 | 116 | - **[4noobs](https://github.com/he4rt/4noobs)** by [He4rtDevs](https://github.com/he4rt) 117 | List of repos with a Quick Start to a lot of programming languages, frameworks and tools for beginners 118 | ![Stars](https://img.shields.io/github/stars/he4rt/4noobs?style=flat-square) 119 | [![license](https://img.shields.io/github/license/he4rt/4noobs.svg)](/LICENSE) 120 | 121 | - **[awesome-a11y](https://github.com/brunopulis/awesome-a11y)** by [Bruno Pulis](https://github.com/brunopulis) 122 | A curate list about A11Y 123 | ![Stars](https://img.shields.io/github/stars/brunopulis/awesome-a11y.svg?style=flat-square) 124 | [![license](https://img.shields.io/github/license/brunopulis/awesome-a11y.svg)](/LICENSE) 125 | 126 | - **[awesome-brazilian-devblogs](https://github.com/Wmitrut/awesome-brazilian-devblogs)** by [Mitrut](https://github.com/wmitrut) 127 | An awesome list list of development-centered blogs made by Brazilian devs that write in PT-BR 128 | ![Stars](https://img.shields.io/github/stars/wmitrut/awesome-brazilian-devblogs.svg?style=flat-square) 129 | [![license](https://img.shields.io/github/license/wmitrut/awesome-brazilian-devblogs.svg)](/LICENSE) 130 | 131 | - **[awesome-canvas](https://github.com/raphamorim/awesome-canvas)** by [Raphael Amorim](https://github.com/raphamorim/) 132 | A curated list of awesome HTML5 Canvas with examples, related articles and posts. 133 | ![Stars](https://img.shields.io/github/stars/raphamorim/awesome-canvas.svg?style=flat-square) 134 | [![license](https://img.shields.io/github/license/raphamorim/awesome-canvas.svg)](/LICENSE) 135 | 136 | - **[awesome-csirt](https://github.com/Spacial/csirt)** by [Spacial](https://github.com/Spacial/) 137 | Awesome-CSIRT is a curated list of links and resources in security and csirt daily activities 138 | ![Stars](https://img.shields.io/github/stars/spacial/csirt.svg?style=flat-square) 139 | [![license](https://img.shields.io/github/license/spacial/csirt.svg)](/LICENSE) 140 | 141 | - **[awesome-go](https://github.com/avelino/awesome-go)** by [Avelino](https://github.com/avelino) 142 | A curated list of awesome Go frameworks, libraries and software 143 | ![Stars](https://img.shields.io/github/stars/avelino/awesome-go.svg?style=flat-square) 144 | [![license](https://img.shields.io/github/license/avelino/awesome-go.svg)](/LICENSE) 145 | 146 | - **[Awesome hacktoberfest](https://github.com/OtacilioN/awesome-hacktoberfest-2020)** by [Otacilio Maia](https://github.com/OtacilioN) 147 | A curated list of awesome Hacktoberfest repositories 148 | ![Stars](https://img.shields.io/github/stars/OtacilioN/awesome-hacktoberfest-2020.svg?style=flat-square) 149 | [![license](https://img.shields.io/github/license/OtacilioN/awesome-hacktoberfest-2020.svg)](/LICENSE) 150 | 151 | - **[Awesome ideas](https://github.com/teles/awesome-ideas)** by [Teles](https://github.com/teles) 152 | A free list of software ideas, all written in portuguese 153 | ![Stars](https://img.shields.io/github/stars/teles/awesome-ideas.svg?style=flat-square) 154 | [![license](https://img.shields.io/github/license/teles/awesome-ideas.svg)](/LICENSE) 155 | 156 | - **[awesome-mlops](https://github.com/kelvins/awesome-mlops)** by [kelvins](https://github.com/kelvins) 157 | A curated list of awesome MLOps tools 158 | ![Stars](https://img.shields.io/github/stars/kelvins/awesome-mlops.svg?style=flat-square) 159 | [![license](https://img.shields.io/github/license/kelvins/awesome-mlops.svg)](/LICENSE) 160 | 161 | - **[awesome-seo](https://github.com/teles/awesome-seo)** by [Teles](https://github.com/teles) 162 | A curated list of SEO links 163 | ![Stars](https://img.shields.io/github/stars/teles/awesome-seo.svg?style=flat-square) 164 | [![license](https://img.shields.io/github/license/teles/awesome-seo.svg)](/LICENSE) 165 | 166 | - **[awesome-shadcn-ui](https://github.com/birobirobiro/awesome-shadcn-ui)** by [birobirobiro](https://github.com/birobirobiro) 167 | A curated list of awesome things related to shadcn/ui 168 | ![Stars](https://img.shields.io/github/stars/birobirobiro/awesome-shadcn-ui?style=flat-square) 169 | [![license](https://img.shields.io/github/license/birobirobiro/awesome-shadcn-ui)](/LICENSE) 170 | 171 | - **[awesome-svg](https://github.com/willianjusten/awesome-svg)** by [willianjusten](https://github.com/willianjusten) 172 | A curated list of SVG 173 | ![Stars](https://img.shields.io/github/stars/willianjusten/awesome-svg.svg?style=flat-square) 174 | [![license](https://img.shields.io/github/license/willianjusten/awesome-svg.svg)](/LICENSE) 175 | 176 | - **[awesome-techleads](https://github.com/gabiduarte/awesome-techleads)** by [gabiduarte](https://github.com/gabiduarte) 177 | A curated list about Tech Lead contents in pt-br 178 | ![Stars](https://img.shields.io/github/stars/gabiduarte/awesome-techleads.svg?style=flat-square) 179 | [![license](https://img.shields.io/github/license/gabiduarte/awesome-techleads.svg)](/LICENSE) 180 | 181 | - **[awesome-wpo](https://github.com/davidsonfellipe/awesome-wpo)** by [davidsonfellipe](https://github.com/davidsonfellipe) 182 | A curated list of Web Performance Optimization. Everyone can contribute here! 183 | ![Stars](https://img.shields.io/github/stars/davidsonfellipe/awesome-wpo.svg?style=flat-square) 184 | [![license](https://img.shields.io/github/license/davidsonfellipe/awesome-wpo.svg)](/LICENSE) 185 | 186 | - **[backend-challenges](https://github.com/CollabCodeTech/backend-challenges)** by [joviane](https://github.com/joviane), [CollabCodeTech](https://github.com/CollabCodeTech) 187 | A public list of open-source challenges from jobs around the world 188 | ![Stars](https://img.shields.io/github/stars/CollabCodeTech/backend-challenges.svg?style=flat-square) 189 | [![license](https://img.shields.io/github/license/CollabCodeTech/backend-challenges.svg)](/LICENSE) 190 | 191 | - **[Bancos Brasileiros](https://github.com/guibranco/bancosBrasileiros)** by [guibranco](https://github.com/guibranco) 192 | A curated list of brazilian banks 193 | ![Stars](https://img.shields.io/github/stars/guibranco/bancosBrasileiros.svg?style=flat-square) 194 | [![license](https://img.shields.io/github/license/guibranco/bancosBrasileiros.svg)](/LICENSE) 195 | 196 | - **[cypress-docs-pt-br](https://github.com/pedrohyvo/cypress-docs-pt-br)** by [pedrohyvo](https://github.com/pedrohyvo) 197 | Tradução da documentação oficial do framework Cypress.io 198 | ![Stars](https://img.shields.io/github/stars/pedrohyvo/cypress-docs-pt-br.svg?style=flat-square) 199 | [![license](https://img.shields.io/github/license/pedrohyvo/cypress-docs-pt-br.svg)](/LICENSE) 200 | 201 | - **[game-datasets](https://github.com/leomaurodesenv/game-datasets)** by [leomaurodesenv](https://github.com/leomaurodesenv) 202 | A curated list of awesome game datasets, and tools to artificial intelligence in games 203 | ![Stars](https://img.shields.io/github/stars/leomaurodesenv/game-datasets.svg?style=flat-square) 204 | [![license](https://img.shields.io/github/license/leomaurodesenv/game-datasets.svg)](/LICENSE) 205 | 206 | - **[frontend-challenges](https://github.com/felipefialho/frontend-challenges)** by [felipefialho](https://github.com/felipefialho) 207 | A lot of open-source's challenges of jobs to test your knowledge 208 | ![Stars](https://img.shields.io/github/stars/felipefialho/frontend-challenges.svg?style=flat-square) 209 | [![license](https://img.shields.io/github/license/felipefialho/frontend-challenges.svg)](/LICENSE) 210 | 211 | - **[Frontend Infrastructure](https://github.com/imteekay/frontend-infrastructure)** by [TK](https://github.com/imteekay) 212 | Research on Frontend Infrastructure 213 | ![Stars](https://img.shields.io/github/stars/imteekay/frontend-infrastructure.svg?style=flat-square) 214 | [![license](https://img.shields.io/github/license/imteekay/frontend-infrastructure.svg)](/LICENSE) 215 | 216 | - **[Functional Programming Learning Path](https://github.com/imteekay/functional-programming-learning-path)** by [TK](https://github.com/imteekay) 217 | A Learning Path for Functional Programming 218 | ![Stars](https://img.shields.io/github/stars/imteekay/functional-programming-learning-path.svg?style=flat-square) 219 | [![license](https://img.shields.io/github/license/imteekay/functional-programming-learning-path.svg)](/LICENSE) 220 | 221 | - **[Links-uteis](https://github.com/OfficialMarinho/Links-uteis)** by [OfficialMarinho](https://github.com/OfficialMarinho) 222 | useful links for the development of programming and design projects 223 | ![Stars](https://img.shields.io/github/stars/officialmarinho/Links-uteis.svg?style=flat-square) 224 | [![license](https://img.shields.io/github/license/officialmarinho/Links-uteis.svg)](/LICENSE) 225 | 226 | - **[magictools](https://github.com/ellisonleao/magictools)** by [ellisonleao](https://github.com/ellisonleao) 227 | A list of Game Development resources to make magic happen 228 | ![Stars](https://img.shields.io/github/stars/ellisonleao/magictools.svg?style=flat-square) 229 | [![license](https://img.shields.io/github/license/ellisonleao/magictools.svg)](/LICENSE) 230 | 231 | - **[modelo de contrato](https://github.com/apsantos-dev/modelo-de-contrato)** by [apsantos-dev](https://github.com/apsantos-dev) 232 | Assist in the creation of a document to formalize the provision of some type of service. 233 | ![Stars](https://img.shields.io/github/stars/apsantos-dev/modelo-de-contrato.svg?style=flat-square) 234 | [![license](https://img.shields.io/github/license/apsantos-dev/modelo-de-contrato.svg)](/LICENSE) 235 | 236 | - **[Mulheres na Tecnologia](https://github.com/anatechdev/mulheres-na-tecnologia)** by [anatechdev](https://github.com/anatechdev) 237 | Reference content produced by inspiring women and technology communities. 238 | ![Stars](https://img.shields.io/github/stars/anatechdev/mulheres-na-tecnologia.svg?style=flat-square) 239 | [![license](https://img.shields.io/github/license/anatechdev/mulheres-na-tecnologia.svg)](/LICENSE) 240 | 241 | - **[Municípios Brasileiros](https://github.com/kelvins/Municipios-Brasileiros)** by [kelvins](https://github.com/kelvins) 242 | List os brazilian cities 243 | ![Stars](https://img.shields.io/github/stars/kelvins/Municipios-Brasileiros.svg?style=flat-square) 244 | [![license](https://img.shields.io/github/license/kelvins/Municipios-Brasileiros.svg)](/LICENSE) 245 | 246 | - **[Programming Language Research](https://github.com/imteekay/programming-language-research)** by [TK](https://github.com/imteekay) 247 | Research on programming languages, compilers, interpreters 248 | ![Stars](https://img.shields.io/github/stars/imteekay/programming-language-research.svg?style=flat-square) 249 | [![license](https://img.shields.io/github/license/imteekay/programming-language-research.svg)](/LICENSE) 250 | 251 | - **[remote-jobs-brazil](https://github.com/lerrua/remote-jobs-brazil)** by [lerrua](https://github.com/lerrua) 252 | Companies with remote job on Brazil 253 | ![Stars](https://img.shields.io/github/stars/lerrua/remote-jobs-brazil.svg?style=flat-square) 254 | [![license](https://img.shields.io/github/license/lerrua/remote-jobs-brazil.svg)](/LICENSE) 255 | 256 | - **[Web Performance Research](https://github.com/imteekay/web-performance-research)** by [TK](https://github.com/imteekay) 257 | Research on Web Performance 258 | ![Stars](https://img.shields.io/github/stars/imteekay/web-performance-research.svg?style=flat-square) 259 | [![license](https://img.shields.io/github/license/imteekay/web-performance-research.svg)](/LICENSE) 260 | 261 | - **[women-teaching-tech](https://github.com/compiladoras/women-teaching-tech)** by [compiladoras](https://github.com/compiladoras) 262 | List of channels and courses on technology made by women 263 | ![Stars](https://img.shields.io/github/stars/compiladoras/women-teaching-tech?style=flat-square) 264 | [![license](https://img.shields.io/github/license/compiladoras/women-teaching-tech.svg)](/LICENSE) 265 | 266 | 267 | 268 | ### Bend 269 | 270 | 271 | 272 | - **[Bend](https://github.com/HigherOrderCO/Bend)** by [VictorTaelin](https://github.com/VictorTaelin) 273 | A high-level, massively parallel programming language 274 | ![Stars](https://img.shields.io/github/stars/HigherOrderCO/Bend.svg?style=flat-square) 275 | [![license](https://img.shields.io/github/license/HigherOrderCO/Bend.svg)](/LICENSE) 276 | 277 | ### C 278 | 279 | - **[Balde](https://github.com/balde/balde)** by [rafaelmartins](https://github.com/rafaelmartins) 280 | A fast, simple, and memory efficient microframework written in C. It can run on any web server that supports CGI and/or FastCGI. 281 | ![Stars](https://img.shields.io/github/stars/balde/balde.svg?style=flat-square) 282 | [![license](https://img.shields.io/github/license/balde/balde.svg)](/LICENSE) 283 | 284 | - **[Binn](https://github.com/liteserver/binn)** by [kroggen](https://github.com/kroggen) 285 | Binary serialization 286 | ![Stars](https://img.shields.io/github/stars/liteserver/binn.svg?style=flat-square) 287 | [![license](https://img.shields.io/github/license/liteserver/binn.svg)](/LICENSE) 288 | 289 | - **[ffmpeg-libav-tutorial](https://github.com/leandromoreira/ffmpeg-libav-tutorial)** by [leandromoreira](https://github.com/leandromoreira) 290 | FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more 291 | ![Stars](https://img.shields.io/github/stars/leandromoreira/ffmpeg-libav-tutorial?style=flat-square) 292 | [![license](https://img.shields.io/github/license/leandromoreira/ffmpeg-libav-tutorial.svg)](/LICENSE) 293 | 294 | - **[HardInfo](https://github.com/lpereira/hardinfo)** by [lpereira](https://github.com/lpereira) 295 | System profiler and benchmarking tool 296 | ![Stars](https://img.shields.io/github/stars/lpereira/hardinfo.svg?style=flat-square) 297 | [![license](https://img.shields.io/github/license/lpereira/hardinfo.svg)](/LICENSE) 298 | 299 | - **[htop](https://github.com/hishamhm/htop)** by [hishamhm](https://github.com/hishamhm) 300 | Interactive process viewer 301 | ![Stars](https://img.shields.io/github/stars/hishamhm/htop.svg?style=flat-square) 302 | [![license](https://img.shields.io/github/license/hishamhm/htop.svg)](/LICENSE) 303 | 304 | - **[Lwan](https://github.com/lpereira/lwan)** by [lpereira](https://github.com/lpereira) 305 | High performance HTTP server 306 | ![Stars](https://img.shields.io/github/stars/lpereira/lwan.svg?style=flat-square) 307 | [![license](https://img.shields.io/github/license/lpereira/lwan.svg)](/LICENSE) 308 | 309 | 310 | 311 | ### C♯ 312 | 313 | - **[EquinoxProject](https://github.com/EduardoPires/EquinoxProject)** by [EduardoPires](https://github.com/EduardoPires) 314 | Implement the most common used technologies 315 | ![Stars](https://img.shields.io/github/stars/EduardoPires/EquinoxProject.svg?style=flat-square) 316 | [![license](https://img.shields.io/github/license/EduardoPires/EquinoxProject.svg)](/LICENSE) 317 | 318 | - **[FluentValidator](https://github.com/andrebaltieri/FluentValidator)** by[andrebaltieri](https://github.com/andrebaltieri) 319 | A fluent way to use Notification Pattern with your entities 320 | ![Stars](https://img.shields.io/github/stars/andrebaltieri/FluentValidator.svg?style=flat-square) 321 | [![license](https://img.shields.io/github/license/andrebaltieri/FluentValidator.svg)](/LICENSE) 322 | 323 | - **[NLua](https://github.com/nlua/nlua)** by [viniciusjarina](https://github.com/viniciusjarina) 324 | Bridge between Lua and the .NET. 325 | ![Stars](https://img.shields.io/github/stars/nlua/nlua.svg?style=flat-square) 326 | [![license](https://img.shields.io/github/license/nlua/nlua.svg)](/LICENSE) 327 | 328 | 329 | 330 | ### C++ 331 | 332 | - **[bgslibrary](https://github.com/andrewssobral/bgslibrary)** by [Andrews Cordolino Sobral](https://github.com/andrewssobral) 333 | A C++ Background Subtraction Library with wrappers for Python, MATLAB, Java and GUI on QT 334 | ![Stars](https://img.shields.io/github/stars/andrewssobral/bgslibrary.svg?style=flat-square) 335 | [![license](https://img.shields.io/github/license/andrewssobral/bgslibrary.svg)](/LICENSE) 336 | 337 | - **[Brasilino](https://github.com/OtacilioN/Brasilino)** by [Otacilio Maia](https://github.com/OtacilioN), [Thiago Augusto](https://github.com/ThiagoAugustoSM), [Erick Simões](https://github.com/ErickSimoes) 338 | A library that allows programming in Arduino using commands in PT-BR 339 | ![Stars](https://img.shields.io/github/stars/OtacilioN/Brasilino.svg?style=flat-square) 340 | [![license](https://img.shields.io/github/license/OtacilioN/Brasilino.svg)](/LICENSE) 341 | 342 | - **[cvui](https://github.com/Dovyski/cvui)** by [Fernando Bevilacqua](https://github.com/Dovyski) 343 | A (very) simple UI lib built on top of OpenCV drawing primitives 344 | ![Stars](https://img.shields.io/github/stars/Dovyski/cvui.svg?style=flat-square) 345 | [![license](https://img.shields.io/github/license/Dovyski/cvui.svg)](/LICENSE) 346 | 347 | - **[material-de-aprendizado](https://github.com/cppbrasil/material-de-aprendizado)** by [cppbrasil](https://github.com/cppbrasil) 348 | Material for C++, videos, tutorials, examples, books and etc. 349 | ![Stars](https://img.shields.io/github/stars/cppbrasil/material-de-aprendizado.svg?style=flat-square) 350 | [![license](https://img.shields.io/github/license/cppbrasil/material-de-aprendizado.svg)](/LICENSE) 351 | 352 | - **[matplotplusplus](https://github.com/alandefreitas/matplotplusplus)** by [ Avatar 353 | Alan de Freitas](https://github.com/alandefreitas) 354 | Matplot++: A C++ Graphics Library for Data Visualization 355 | ![Stars](https://img.shields.io/github/stars/alandefreitas/matplotplusplus.svg?style=flat-square) 356 | [![license](https://img.shields.io/github/license/alandefreitas/matplotplusplus.svg)](/LICENSE) 357 | 358 | - **[pgModeler](https://github.com/pgmodeler/pgmodeler)** by [Raphael Araújo e Silva](https://github.com/rkhaotix) 359 | PostgreSQL Database Modeler - is an open source data modeling tool designed for PostgreSQL 360 | ![Stars](https://img.shields.io/github/stars/pgmodeler/pgmodeler.svg?style=flat-square) 361 | [![license](https://img.shields.io/github/license/pgmodeler/pgmodeler.svg)](/LICENSE) 362 | 363 | - **[QHot](https://github.com/patrickelectric/qhot)** by [Patrick José Pereira](https://github.com/patrickelectric) 364 | A hot reload for QML files. 365 | ![Stars](https://img.shields.io/github/stars/patrickelectric/qhot.svg?style=flat-square) 366 | [![license](https://img.shields.io/github/license/patrickelectric/qhot.svg)](/LICENSE) 367 | 368 | 369 | 370 | ### CSS 371 | 372 | - **[balloon.css](https://github.com/kazzkiq/balloon.css)** by [kazzkiq](https://github.com/kazzkiq) 373 | Simple tooltips made of pure CSS 374 | ![Stars](https://img.shields.io/github/stars/kazzkiq/balloon.css.svg?style=flat-square) 375 | [![license](https://img.shields.io/github/license/kazzkiq/balloon.css.svg)](/LICENSE) 376 | 377 | - **[Banana CSS](https://github.com/bananacss/bananacss)** by [afonsopacifer](https://github.com/afonsopacifer) 378 | The brazilian CSS preprocessor writen in NodeJS 379 | ![Stars](https://img.shields.io/github/stars/bananacss/bananacss.svg?style=flat-square) 380 | [![license](https://img.shields.io/github/license/bananacss/bananacss.svg)](/LICENSE) 381 | 382 | - **[css2wind](https://github.com/LukeberryPi/css2wind)** by [LukeberryPi](https://github.com/LukeberryPi) 383 | A wonderful game that translates the CSS property to its Tailwind CSS equivalent 384 | ![Stars](https://img.shields.io/github/stars/LukeberryPi/css2wind.svg?style=flat-square) 385 | [![license](https://img.shields.io/github/license/LukeberryPi/css2wind.svg)](/LICENSE) 386 | 387 | - **[CSS Components](https://github.com/felipefialho/css-components)** ny [felipefialho](https://github.com/felipefialho) 388 | Using the power of CSS and without Javascript 389 | ![Stars](https://img.shields.io/github/stars/felipefialho/css-components.svg?style=flat-square) 390 | [![license](https://img.shields.io/github/license/felipefialho/css-components.svg)](/LICENSE) 391 | 392 | - **[CSS Loader](https://github.com/raphaelfabeni/css-loader)** by [raphaelfabeni](https://github.com/raphaelfabeni) 393 | Simple loaders for your web applications using only one div and pure CSS 394 | ![Stars](https://img.shields.io/github/stars/raphaelfabeni/css-loader.svg?style=flat-square) 395 | [![license](https://img.shields.io/github/license/raphaelfabeni/css-loader.svg)](/LICENSE) 396 | 397 | - **[luxacss](https://github.com/luxonauta/luxacss)** by [luxonauta](https://github.com/luxonauta) 398 | The minimalist CSS library 399 | ![Stars](https://img.shields.io/github/stars/luxonauta/luxacss.svg?style=flat-square) 400 | [![license](https://img.shields.io/github/license/luxonauta/luxacss.svg)](/LICENSE) 401 | 402 | - **[Milligram](https://github.com/milligram/milligram)** by [cjpatoilo](https://github.com/cjpatoilo) 403 | A minimalist CSS framework 404 | ![Stars](https://img.shields.io/github/stars/milligram/milligram.svg?style=flat-square) 405 | [![license](https://img.shields.io/github/license/milligram/milligram.svg)](/LICENSE) 406 | 407 | 408 | 409 | ### Clojure 410 | - **[Chlorine](https://github.com/mauricioszabo/atom-chlorine)** by [Maurício Szabo](https://github.com/mauricioszabo) 411 | Socket REPL and nREPL plug-in for the Atom editor, supporting interactive coding and custom visualization of results 412 | ![Stars](https://img.shields.io/github/stars/mauricioszabo/atom-chlorine.svg?style=flat-square) 413 | [![license](https://img.shields.io/github/license/mauricioszabo/atom-chlorine.svg)](/LICENSE) 414 | 415 | - **[Pathom](https://github.com/wilkerlucio/pathom)** by [Wilker Lúcio](https://github.com/wilkerlucio) 416 | A Clojure library designed to help you write Clojure(script) graph query processing parsers for the query notation used by EQL 417 | ![Stars](https://img.shields.io/github/stars/wilkerlucio/pathom.svg?style=flat-square) 418 | [![license](https://img.shields.io/github/license/wilkerlucio/pathom.svg)](/LICENSE) 419 | 420 | - **[state-flow](https://github.com/nubank/state-flow)** by [Nubank](https://github.com/nubank) 421 | Integration testing framework using a state monad in the backend for building and composing flows 422 | ![Stars](https://img.shields.io/github/stars/nubank/state-flow.svg?style=flat-square) 423 | [![license](https://img.shields.io/github/license/nubank/state-flow.svg)](/LICENSE) 424 | 425 | - **[workspaces](https://github.com/nubank/workspaces)** by [Nubank](https://github.com/nubank) 426 | Live development environment for Clojurescript 427 | ![Stars](https://img.shields.io/github/stars/nubank/workspaces.svg?style=flat-square) 428 | [![license](https://img.shields.io/github/license/nubank/workspaces.svg)](/LICENSE) 429 | 430 | 431 | 432 | ### Dart 433 | 434 | - **[Flutter para iniciantes](https://github.com/rubensdemelo/flutter-para-iniciantes)** by [rubensdemelo](https://github.com/rubensdemelo) 435 | Book about Flutter 436 | ![Stars](https://img.shields.io/github/stars/rubensdemelo/flutter-para-iniciantes.svg?style=flat-square) 437 | [![license](https://img.shields.io/github/license/rubensdemelo/flutter-para-iniciantes.svg)](/LICENSE) 438 | 439 | - **[Flame engine](https://github.com/flame-engine/flame)** by [luanpotter](https://github.com/luanpotter) 440 | Game engine 2d pra Flutter 441 | ![Stars](https://img.shields.io/github/stars/flame-engine/flame.svg?style=flat-square) 442 | [![license](https://img.shields.io/github/license/flame-engine/flame.svg)](/LICENSE) 443 | 444 | - **[Photo view](https://github.com/renancaraujo/photo_view)** by [renancaraujo](https://github.com/renancaraujo) 445 | Widget pra galeria de imagens 446 | ![Stars](https://img.shields.io/github/stars/renancaraujo/photo_view.svg?style=flat-square) 447 | [![license](https://img.shields.io/github/license/renancaraujo/photo_view.svg)](/LICENSE) 448 | 449 | 450 | 451 | ### Delphi 452 | 453 | - **[Boss](https://github.com/HashLoad/boss)** by [Hashload](https://github.com/HashLoad) 454 | Dependency Manager for Delphi 455 | ![Stars](https://img.shields.io/github/stars/hashload/boss.svg?style=flat-square) 456 | [![license](https://img.shields.io/github/license/hashload/boss.svg)](/LICENSE) 457 | 458 | - **[DataSet-Serialize](https://github.com/viniciussanchez/dataset-serialize)** by [Vinicius Sanchez](https://github.com/viniciussanchez), [Mateus Vicente](https://github.com/mateusvicente100) 459 | Set of features to make working with JSON and DataSet simple 460 | ![Stars](https://img.shields.io/github/stars/viniciussanchez/dataset-serialize.svg?style=flat-square) 461 | [![license](https://img.shields.io/github/license/viniciussanchez/dataset-serialize.svg)](/LICENSE) 462 | 463 | - **[Horse](https://github.com/HashLoad/horse)** by [Hashload](https://github.com/HashLoad) 464 | Horse is an Express inspired web framework for Delphi 465 | ![Stars](https://img.shields.io/github/stars/hashload/horse.svg?style=flat-square) 466 | [![license](https://img.shields.io/github/license/hashload/horse.svg)](/LICENSE) 467 | 468 | 469 | 470 | ### Elixir 471 | 472 | - **[Elixir Programming Language](https://github.com/elixir-lang/elixir)** by [josevalim](https://github.com/josevalim) 473 | Elixir language, created by a Brazilian, José Valim 474 | ![Stars](https://img.shields.io/github/stars/elixir-lang/elixir?style=flat-square) 475 | [![license](https://img.shields.io/github/license/elixir-lang/elixir.svg)](/LICENSE) 476 | 477 | - **[Floki](https://github.com/philss/floki)** by [philss](https://github.com/philss) 478 | Floki is a simple HTML parser that enables search for nodes using CSS selectors 479 | ![Stars](https://img.shields.io/github/stars/philss/floki?style=flat-square) 480 | [![license](https://img.shields.io/github/license/philss/floki.svg)](/LICENSE) 481 | 482 | 483 | 484 | ### Go 485 | 486 | - **[check](https://github.com/go-check/check)** by [niemeyer](https://github.com/niemeyer) 487 | Rich testing for the Go language 488 | ![Stars](https://img.shields.io/github/stars/go-check/check?style=flat-square) 489 | [![license](https://img.shields.io/github/license/go-check/check.svg)](/LICENSE) 490 | 491 | - **[Gitql](https://github.com/filhodanuvem/gitql)** by [filhodanuvem](https://github.com/filhodanuvem) 492 | A git query language 493 | ![Stars](https://img.shields.io/github/stars/filhodanuvem/gitql.svg?style=flat-square) 494 | [![license](https://img.shields.io/github/license/filhodanuvem/gitql.svg)](/LICENSE) 495 | 496 | - **[GoCity](https://github.com/rodrigo-brito/gocity)** by [rodrigo-brito](https://github.com/rodrigo-brito) 497 | Code City metaphor for visualizing Go source code in 3D 498 | ![Stars](https://img.shields.io/github/stars/rodrigo-brito/gocity.svg?style=flat-square) 499 | [![license](https://img.shields.io/github/license/rodrigo-brito/gocity.svg)](/LICENSE) 500 | 501 | - **[go-dockerclient](https://github.com/fsouza/go-dockerclient)** by [Francisco Souza](https://github.com/fsouza) 502 | Go client for the Docker Engine API 503 | ![Stars](https://img.shields.io/github/stars/fsouza/go-dockerclient?style=flat-square) 504 | [![license](https://img.shields.io/github/license/fsouza/go-dockerclient.svg)](/LICENSE) 505 | 506 | - **[gofn](https://github.com/gofn/gofn)** by [avelino](https://github.com/avelino) 507 | Function process via docker provider (serverless minimalist) 508 | ![Stars](https://img.shields.io/github/stars/gofn/gofn.svg?style=flat-square) 509 | [![license](https://img.shields.io/github/license/gofn/gofn.svg)](/LICENSE) 510 | 511 | - **[goreleaser](https://github.com/goreleaser/goreleaser)** by [caarlos0](https://github.com/caarlos0) 512 | Deliver Go binaries as fast and easily as possible 513 | ![Stars](https://img.shields.io/github/stars/goreleaser/goreleaser.svg?style=flat-square) 514 | [![license](https://img.shields.io/github/license/goreleaser/goreleaser.svg)](/LICENSE) 515 | 516 | - **[Learn Go with tests](https://github.com/larien/learn-go-with-tests)** by [Lauren Ferreira](https://github.com/larien) 517 | Learn Go with test-driven development 518 | ![Stars](https://img.shields.io/github/stars/larien/learn-go-with-tests.svg?style=flat-square) 519 | [![license](https://img.shields.io/github/license/larien/learn-go-with-tests.svg)](/LICENSE) 520 | 521 | - **[Minha Receita](https://github.com/cuducos/minha-receita)** by [cuducos](https://github.com/cuducos) 522 | Sua API web para consulta de informações do CNPJ da Receita Federal 523 | ![Stars](https://img.shields.io/github/stars/cuducos/minha-receita.svg?style=flat-square) 524 | [![license](https://img.shields.io/github/license/cuducos/minha-receita.svg)](/LICENSE) 525 | 526 | - **[Pitaya](https://github.com/topfreegames/pitaya)** by [TFG Co](https://github.com/topfreegames) 527 | Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK. 528 | ![Stars](https://img.shields.io/github/stars/topfreegames/pitaya.svg?style=flat-square) 529 | [![license](https://img.shields.io/github/license/topfreegames/pitaya.svg)](/LICENSE) 530 | 531 | - **[pREST](https://github.com/prest/prest)** by [Avelino](https://github.com/avelino) 532 | (PostgreSQL REST), simplify and accelerate development, instant, realtime high-performance on any Postgres application, existing or new 533 | ![Stars](https://img.shields.io/github/stars/prest/prest.svg?style=flat-square) 534 | [![license](https://img.shields.io/github/license/prest/prest.svg)](/LICENSE) 535 | 536 | - **[ShellHub](https://github.com/shellhub-io/shellhub)** by [gustavosbarreto](https://github.com/gustavosbarreto) 537 | ShellHub enables teams to easily access any Linux device behind firewall and NAT 538 | ![Stars](https://img.shields.io/github/stars/shellhub-io/shellhub.svg?style=flat-square) 539 | [![license](https://img.shields.io/github/license/shellhub-io/shellhub.svg)](/LICENSE) 540 | 541 | - **[Task](https://github.com/go-task/task)** by [andreynering](https://github.com/andreynering) 542 | Task is a task runner / build tool, alternative to Make 543 | ![Stars](https://img.shields.io/github/stars/go-task/task.svg?style=flat-square) 544 | [![license](https://img.shields.io/github/license/go-task/task.svg)](/LICENSE) 545 | 546 | - **[teresa](https://github.com/luizalabs/teresa)** by [luizalabs](https://github.com/luizalabs) 547 | Open source tool to deploy apps to Kubernetes clusters 548 | ![Stars](https://img.shields.io/github/stars/luizalabs/teresa?style=flat-square) 549 | [![license](https://img.shields.io/github/license/luizalabs/teresa.svg)](/LICENSE) 550 | 551 | - **[tsuru](https://github.com/tsuru/tsuru)** by [tsuru](https://github.com/tsuru) 552 | Open source, extensible and Docker-based Platform as a Service (PaaS) 553 | ![Stars](https://img.shields.io/github/stars/tsuru/tsuru?style=flat-square) 554 | [![license](https://img.shields.io/github/license/tsuru/tsuru.svg)](/LICENSE) 555 | 556 | 557 | 558 | 559 | ### Haskell 560 | 561 | - **[Kind](https://github.com/HigherOrderCO/Kind)** by [HigherOrderCO](https://github.com/HigherOrderCO) 562 | A modern proof language 563 | ![Stars](https://img.shields.io/github/stars/HigherOrderCO/Kind?style=flat-square) 564 | [![license](https://img.shields.io/github/license/HigherOrderCO/Kind.svg)](/LICENSE) 565 | 566 | 567 | 568 | 569 | ### Java 570 | 571 | - **[BuildCLI](https://github.com/BuildCLI/BuildCLI)** by [wheslleyrimar](https://github.com/wheslleyrimar) 572 | BuildCLI is a command-line interface (CLI) tool for managing and automating common tasks in Java project development 573 | ![Stars](https://img.shields.io/github/stars/BuildCLI/BuildCLI?style=flat-square) 574 | [![license](https://img.shields.io/github/license/BuildCLI/BuildCLI.svg)](/LICENSE) 575 | 576 | 577 | 578 | ### JavaScript 579 | 580 | - **[33-js-concepts](https://github.com/leonardomso/33-js-concepts)** by [leonardomso](https://github.com/leonardomso) 581 | 33 concepts every JavaScript developer should know 582 | ![Stars](https://img.shields.io/github/stars/leonardomso/33-js-concepts?style=flat-square) 583 | [![license](https://img.shields.io/github/license/leonardomso/33-js-concepts.svg)](/LICENSE) 584 | 585 | - **[ajax](https://github.com/fdaciuk/ajax)** by [fdaciuk](https://github.com/fdaciuk) 586 | Ajax module in Vanilla JS 587 | ![Stars](https://img.shields.io/github/stars/fdaciuk/ajax.svg?style=flat-square) 588 | [![license](https://img.shields.io/github/license/fdaciuk/ajax.svg)](/LICENSE) 589 | 590 | - **[Algorithms & Data Structures](https://github.com/imteekay/algorithms)** by [TK](https://github.com/imteekay) 591 | Algorithms & Data Structures studies 592 | ![Stars](https://img.shields.io/github/stars/imteekay/algorithms.svg?style=flat-square) 593 | [![license](https://img.shields.io/github/license/imteekay/algorithms.svg)](/LICENSE) 594 | 595 | - **[Brasil API](https://github.com/filipedeschamps/BrasilAPI)** by [filipedeschamps](https://github.com/filipedeschamps) 596 | An API that gives access to resources available on Brazil 597 | ![Stars](https://img.shields.io/github/stars/filipedeschamps/BrasilAPI?style=flat-square) 598 | [![license](https://img.shields.io/github/license/filipedeschamps/BrasilAPI.svg)](/LICENSE) 599 | 600 | - **[brazilian-utils](https://github.com/brazilian-utils/brazilian-utils)** by [hyanmandian](https://github.com/hyanmandian) 601 | Utils library for Brazilian-specific businesses 602 | ![Stars](https://img.shields.io/github/stars/brazilian-utils/brazilian-utils?style=flat-square) 603 | [![license](https://img.shields.io/github/license/brazilian-utils/brazilian-utils.svg)](/LICENSE) 604 | 605 | - **[cep-promise](https://github.com/filipedeschamps/cep-promise)** by [filipedeschamps](https://github.com/filipedeschamps) 606 | Search for CEP using Correios, ViaCEP e etc 607 | ![Stars](https://img.shields.io/github/stars/filipedeschamps/cep-promise.svg?style=flat-square) 608 | [![license](https://img.shields.io/github/license/filipedeschamps/cep-promise.svg)](/LICENSE) 609 | 610 | - **[clappr](https://github.com/clappr/clappr)** by [clappr](https://github.com/clappr) 611 | An extensible media player for the web 612 | ![Stars](https://img.shields.io/github/stars/clappr/clappr?style=flat-square) 613 | [![license](https://img.shields.io/github/license/clappr/clappr.svg)](/LICENSE) 614 | 615 | - **[clipboard.js](https://github.com/zenorocha/clipboard.js)** by [zenorocha](https://github.com/zenorocha) 616 | Modern copy to clipboard. No Flash. Just 3kb gzipped 617 | ![Stars](https://img.shields.io/github/stars/zenorocha/clipboard.js.svg?style=flat-square) 618 | [![license](https://img.shields.io/github/license/zenorocha/clipboard.js.svg)](/LICENSE) 619 | 620 | - **[creditcard.js](https://github.com/ContaAzul/creditcard.js)** by [Conta Azul](https://github.com/ContaAzul) 621 | A simple credit cards validation library in JavaScript 622 | ![Stars](https://img.shields.io/github/stars/ContaAzul/creditcard.js.svg?style=flat-square) 623 | [![license](https://img.shields.io/github/license/ContaAzul/creditcard.js.svg)](/LICENSE) 624 | 625 | - **[Docz](https://github.com/doczjs/docz)** by [pedronauck](https://github.com/pedronauck) 626 | Docz makes it easy to write and publish beautiful interactive documentation for your code 627 | ![Stars](https://img.shields.io/github/stars/pedronauck/docz.svg?style=flat-square) 628 | [![license](https://img.shields.io/github/license/pedronauck/docz.svg)](/LICENSE) 629 | 630 | - **[extenso.js](https://github.com/portujs/extenso.js)** by [PortuJS](https://github.com/portujs) 631 | Convert number to words (in Portuguese). 632 | ![Stars](https://img.shields.io/github/stars/portujs/extenso.js?style=flat-square) 633 | [![license](https://img.shields.io/github/license/portujs/extenso.js.svg)](/LICENSE) 634 | 635 | - **[fast-memoize.js](https://github.com/caiogondim/fast-memoize.js)** by [caiogondim](https://github.com/caiogondim) 636 | Fastest possible memoization library 637 | ![Stars](https://img.shields.io/github/stars/caiogondim/fast-memoize.js?style=flat-square) 638 | [![license](https://img.shields.io/github/license/caiogondim/fast-memoize.js.svg)](/LICENSE) 639 | 640 | - **[Glorious Demo](https://github.com/glorious-codes/glorious-demo)** by [Rafael Camargo](https://github.com/rafaelcamargo) 641 | The easiest way of creating animations to show your code in action 642 | ![Stars](https://img.shields.io/github/stars/glorious-codes/glorious-demo?style=flat-square) 643 | [![license](https://img.shields.io/github/license/glorious-codes/glorious-demo.svg)](/LICENSE) 644 | 645 | - **[javascript-datastructures-algorithms](https://github.com/loiane/javascript-datastructures-algorithms)** by [loiane](https://github.com/loiane) 646 | collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book 647 | ![Stars](https://img.shields.io/github/stars/loiane/javascript-datastructures-algorithms?style=flat-square) 648 | [![license](https://img.shields.io/github/license/loiane/javascript-datastructures-algorithms.svg)](/LICENSE) 649 | 650 | - **[JavaScript Docs](https://javascript-docs.netlify.app/)** by [brunormferreira](https://github.com/brunormferreira) and [leonardocesca](https://github.com/leonardocesca) 651 | A JavaScript Documentation made in PT-BR. 652 | ![Stars](https://img.shields.io/github/stars/leonardocesca/js-docs?style=flat-square) 653 | [![license](https://img.shields.io/github/license/leonardocesca/js-docs.svg)](/LICENSE) 654 | 655 | - **[kratos-boilerplate](https://github.com/felipefialho/kratos-boilerplate)** by [felipefialho](https://github.com/felipefialho) 656 | A simple and fast boilerplate for creating statics PWA 657 | ![Stars](https://img.shields.io/github/stars/felipefialho/kratos-boilerplate.svg?style=flat-square) 658 | [![license](https://img.shields.io/github/license/felipefialho/kratos-boilerplate.svg)](/LICENSE) 659 | 660 | - **[mini-video-me](https://maykbrito.github.io/mini-video-me/)** by [maykbrito](https://github.com/maykbrito) 661 | A small webcam player focused on providing an easy way to add and control your webcam during recordings 662 | ![Stars](https://img.shields.io/github/stars/maykbrito/mini-video-me.svg?style=flat-square) 663 | [![license](https://img.shields.io/github/license/maykbrito/mini-video-me.svg)](/LICENSE) 664 | 665 | - **[mussum-ipsum](https://github.com/diegofelipece/Mussum-Ipsum)** by [diegofelipece](https://github.com/diegofelipece) 666 | JS Lorem Ipsum generator 667 | ![Stars](https://img.shields.io/github/stars/diegofelipece/Mussum-Ipsum?style=flat-square) 668 | [![license](https://img.shields.io/github/license/diegofelipece/Mussum-Ipsum.svg)](/LICENSE) 669 | 670 | - **[Node Cron](https://github.com/node-cron/node-cron)** by [Lucas Merencia](https://github.com/merencia) 671 | Tiny task scheduler in pure JavaScript for node.js based on GNU crontab. 672 | ![Stars](https://img.shields.io/github/stars/node-cron/node-cron?style=flat-square) 673 | [![license](https://img.shields.io/github/license/node-cron/node-cron.svg)](/LICENSE) 674 | 675 | - **[node4noobs](https://github.com/anabastos/node4noobs)** by [anabastos](https://github.com/anabastos) 676 | A repository for learning Node working on a project from scratch. Helps people with little programming experience. 677 | ![Stars](https://img.shields.io/github/stars/anabastos/node4noobs?style=flat-square) 678 | [![license](https://img.shields.io/github/license/anabastos/node4noobs.svg)](/LICENSE) 679 | 680 | - **[Nullstack](https://github.com/nullstack/nullstack)** by [Christian Mortaro](https://github.com/mortaro) 681 | Framework to develop feature-driven full-stack vanilla JS components. With SSR, SSG, SPA, PWA, SEO and "too much magic to fit in a line" out-of-the-box. 682 | ![Stars](https://img.shields.io/github/stars/nullstack/nullstack?style=flat-square) 683 | [![license](https://img.shields.io/github/license/nullstack/nullstack.svg)](/LICENSE) 684 | 685 | - **[piii.js](https://github.com/portujs/piii.js)** by [PortuJS](https://github.com/portujs) 686 | A filter for bad words (in Portuguese). 687 | ![Stars](https://img.shields.io/github/stars/portujs/piii.js?style=flat-square) 688 | [![license](https://img.shields.io/github/license/portujs/piii.js.svg)](/LICENSE) 689 | 690 | - **[poku](https://github.com/wellwelwel/poku)** by [Weslley Araújo](https://github.com/wellwelwel) 691 | Poku makes testing easy for Node.js, Bun, Deno, and you at the same time. 692 | ![Stars](https://img.shields.io/github/stars/wellwelwel/poku?style=flat-square) 693 | [![license](https://img.shields.io/github/license/wellwelwel/poku.svg)](/LICENSE) 694 | 695 | - **[qualy-presenter](https://github.com/Qualy-org/qualy-presenter)** by [willianjusten](https://github.com/willianjusten) 696 | A boilerplate to create presentations 697 | ![Stars](https://img.shields.io/github/stars/Qualy-org/qualy-presenter?style=flat-square) 698 | [![license](https://img.shields.io/github/license/Qualy-org/qualy-presenter.svg)](/LICENSE) 699 | 700 | - **[react-awesome-styled-grid](https://github.com/santosfrancisco/react-awesome-styled-grid)** by [santosfrancisco](https://github.com/santosfrancisco/) 701 | A react responsive grid flexbox based 702 | ![Stars](https://img.shields.io/github/stars/santosfrancisco/react-awesome-styled-grid?style=flat-square) 703 | [![license](https://img.shields.io/github/license/santosfrancisco/react-awesome-styled-grid.svg)](/LICENSE) 704 | 705 | - **[react-native-3dcube-navigation](https://github.com/zehfernandes/react-native-3dcube-navigation)** by [zehfernandes](https://github.com/zehfernandes/) 706 | Cube transition for React Native 707 | ![Stars](https://img.shields.io/github/stars/zehfernandes/react-native-3dcube-navigation?style=flat-square) 708 | [![license](https://img.shields.io/github/license/zehfernandes/react-native-3dcube-navigation.svg)](/LICENSE) 709 | 710 | - **[React95](https://github.com/React95/React95)** by [ggdaltoso](https://github.com/ggdaltoso) 711 | A React components library with Win95 UI 712 | ![Stars](https://img.shields.io/github/stars/React95/React95?style=flat-square) 713 | [![license](https://img.shields.io/github/license/React95/React95.svg)](/LICENSE) 714 | 715 | - **[Rocket.Chat](https://github.com/RocketChat/Rocket.Chat)** by [RocketChat](https://github.com/RocketChat) 716 | The ultimate Free Open Source Solution for team communications 717 | ![Stars](https://img.shields.io/github/stars/RocketChat/Rocket.Chat?style=flat-square) 718 | [![license](https://img.shields.io/github/license/RocketChat/Rocket.Chat.svg)](/LICENSE) 719 | 720 | - **[sharer.js](https://github.com/ellisonleao/sharer.js)** by [ellisonleao](https://github.com/ellisonleao) 721 | Create your own social share buttons with no extra dependencies 722 | ![Stars](https://img.shields.io/github/stars/ellisonleao/sharer.js?style=flat-square) 723 | [![license](https://img.shields.io/github/license/ellisonleao/sharer.js.svg)](/LICENSE) 724 | 725 | - **[subtitle.js](https://github.com/gsantiago/subtitle.js)** by [gsantiago](https://github.com/gsantiago) 726 | Parse and manipulate subtitles 727 | ![Stars](https://img.shields.io/github/stars/gsantiago/subtitle.js?style=flat-square) 728 | [![license](https://img.shields.io/github/license/gsantiago/subtitle.js.svg)](/LICENSE) 729 | 730 | - **[svelte-i18n](https://github.com/kaisermann/svelte-i18n)** by [kaisermann](https://github.com/kaisermann) 731 | Internationalization for Svelte. 732 | ![Stars](https://img.shields.io/github/stars/kaisermann/svelte-i18n?style=flat-square) 733 | [![license](https://img.shields.io/github/license/kaisermann/svelte-i18n.svg)](/LICENSE) 734 | 735 | - **[svelte-loadable](https://github.com/kaisermann/svelte-loadable)** by [kaisermann](https://github.com/kaisermann) 736 | Dynamically load a svelte component. 737 | ![Stars](https://img.shields.io/github/stars/kaisermann/svelte-loadable?style=flat-square) 738 | [![license](https://img.shields.io/github/license/kaisermann/svelte-loadable.svg)](/LICENSE) 739 | 740 | - **[svelte-preprocess](https://github.com/sveltejs/svelte-preprocess)** by [kaisermann](https://github.com/kaisermann) 741 | A Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, CoffeeScript, TypeScript, Pug and much more. 742 | ![Stars](https://img.shields.io/github/stars/sveltejs/svelte-preprocess?style=flat-square) 743 | [![license](https://img.shields.io/github/license/sveltejs/svelte-preprocess.svg)](/LICENSE) 744 | 745 | - **[Unform](https://github.com/Rocketseat/unform)** by [Rocketseat](https://github.com/Rocketseat) 746 | Easy peasy highly scalable ReactJS & React Native forms! 747 | ![Stars](https://img.shields.io/github/stars/Rocketseat/unform?style=flat-square) 748 | [![license](https://img.shields.io/github/license/Rocketseat/unform.svg)](/LICENSE) 749 | 750 | - **[zuck.js](https://github.com/ramon82/zuck.js)** by [ramon82](https://github.com/ramon82) 751 | A javascript library that lets you add stories EVERYWHERE 752 | ![Stars](https://img.shields.io/github/stars/ramon82/zuck.js?style=flat-square) 753 | [![license](https://img.shields.io/github/license/ramon82/zuck.js.svg)](/LICENSE) 754 | 755 | - **[Vue Page Title](https://github.com/vinicius73/vue-page-title)** by [vinicius73](https://github.com/vinicius73) 756 | Vue.js html/page title manager 757 | ![Stars](https://img.shields.io/github/stars/vinicius73/vue-page-title?style=flat-square) 758 | [![license](https://img.shields.io/github/license/vinicius73/vue-page-title.svg)](/LICENSE) 759 | 760 | 761 | 762 | ### Lua 763 | 764 | - **[Lua Programming language](https://github.com/lua/lua)** by [roberto-ieru](https://github.com/roberto-ieru) 765 | Lua language, created by a Brazilian, Roberto Ierusalimschy 766 | ![Stars](https://img.shields.io/github/stars/lua/lua?style=flat-square) 767 | [![license](https://img.shields.io/github/license/lua/lua.svg)](/LICENSE) 768 | 769 | - **[luarocks](https://github.com/luarocks/luarocks)** by [hishamhm](https://github.com/hishamhm) 770 | LuaRocks is the package manager for the Lua programming language 771 | ![Stars](https://img.shields.io/github/stars/luarocks/luarocks?style=flat-square) 772 | [![license](https://img.shields.io/github/license/luarocks/luarocks.svg)](/LICENSE) 773 | 774 | - **[tl](https://github.com/teal-language/tl)** by [hishamhm](https://github.com/hishamhm) 775 | The compiler for Teal, a typed dialect of Lua 776 | ![Stars](https://img.shields.io/github/stars/teal-language/tl?style=flat-square) 777 | [![license](https://img.shields.io/github/license/teal-language/tl.svg)](/LICENSE) 778 | 779 | 780 | 781 | ### PHP 782 | 783 | - **[Corcel](https://github.com/corcel/corcel)** by [jgrossi](https://github.com/jgrossi) 784 | WordPress backend with Laravel or any PHP application 785 | ![Stars](https://img.shields.io/github/stars/corcel/corcel?style=flat-square) 786 | [![license](https://img.shields.io/github/license/corcel/corcel.svg)](/LICENSE) 787 | 788 | - **[Dephpugger](https://github.com/tacnoman/dephpugger)** by [tacnoman](https://github.com/tacnoman) 789 | Debug PHP applications in terminal 790 | ![Stars](https://img.shields.io/github/stars/tacnoman/dephpugger?style=flat-square) 791 | [![license](https://img.shields.io/github/license/tacnoman/dephpugger.svg)](/LICENSE) 792 | 793 | - **[Siler](https://github.com/leocavalcante/siler)** by [leocavalcante](https://github.com/leocavalcante) 794 | Flat-files and plain-old PHP functions rockin'on as a set of general purpose high-level abstractions 795 | ![Stars](https://img.shields.io/github/stars/leocavalcante/siler?style=flat-square) 796 | [![license](https://img.shields.io/github/license/leocavalcante/siler.svg)](/LICENSE) 797 | 798 | - **[Validation](https://github.com/Respect/Validation)** by [henriquemoody](https://github.com/henriquemoody) 799 | The most awesome validation engine ever created for PHP 800 | ![Stars](https://img.shields.io/github/stars/Respect/Validation?style=flat-square) 801 | [![license](https://img.shields.io/github/license/Respect/Validation.svg)](/LICENSE) 802 | 803 | 804 | 805 | ### Python 806 | 807 | - **[Calculadora do Cidadão](https://github.com/cuducos/calculadora-do-cidadao)** by [cuducos](https://github.com/cuducos) 808 | Tool for Brazilian Reais monetary adjustment/correction 809 | ![Stars](https://img.shields.io/github/stars/cuducos/calculadora-do-cidadao?style=flat-square) 810 | [![license](https://img.shields.io/github/license/cuducos/calculadora-do-cidadao.svg)](/LICENSE) 811 | 812 | - **[cookiecutter-fastapi](https://github.com/arthurhenrique/cookiecutter-fastapi)** by [arthurhenrique](https://github.com/arthurhenrique) 813 | Cookiecutter template for FastAPI projects using: Machine Learning, uv, Github Actions and Pytest 814 | ![Stars](https://img.shields.io/github/stars/arthurhenrique/cookiecutter-fastapi?style=flat-square) 815 | [![license](https://img.shields.io/github/license/arthurhenrique/cookiecutter-fastapi.svg)](/LICENSE) 816 | 817 | - **[dateutil](https://github.com/dateutil/dateutil)** by [niemeyer](https://github.com/niemeyer) 818 | Useful extensions to the standard Python datetime features 819 | ![Stars](https://img.shields.io/github/stars/dateutil/dateutil?style=flat-square) 820 | [![license](https://img.shields.io/github/license/dateutil/dateutil.svg)](/LICENSE) 821 | 822 | - **[django-ai-assistant](https://github.com/vintasoftware/django-ai-assistant)** by [Vinta Software](https://github.com/vintasoftware) 823 | Integrate AI Assistants with Django to build intelligent applications 824 | ![Stars](https://img.shields.io/github/stars/vintasoftware/django-ai-assistant?style=flat-square) 825 | [![license](https://img.shields.io/github/license/vintasoftware/django-ai-assistant.svg)](/LICENSE) 826 | 827 | - **[django-htmlmin](https://github.com/cobrateam/django-htmlmin)** by [cobrateam](https://github.com/cobrateam) 828 | HTML minifier for Python frameworks 829 | ![Stars](https://img.shields.io/github/stars/cobrateam/django-htmlmin?style=flat-square) 830 | [![license](https://img.shields.io/github/license/cobrateam/django-htmlmin.svg)](/LICENSE) 831 | 832 | - **[django-react-boilerplate](https://github.com/vintasoftware/django-react-boilerplate)** by [Vinta Software](https://github.com/vintasoftware) 833 | Django, React, Bootstrap 4 with Python 3 and webpack project boilerplate 834 | ![Stars](https://img.shields.io/github/stars/vintasoftware/django-react-boilerplate?style=flat-square) 835 | [![license](https://img.shields.io/github/license/vintasoftware/django-react-boilerplate.svg)](/LICENSE) 836 | 837 | - **[django-tenant-schemas](https://github.com/bernardopires/django-tenant-schemas)** by [bernardopires](https://github.com/bernardopires/django-tenant-schemas) 838 | Tenant support for Django using PostgreSQL schemas 839 | ![Stars](https://img.shields.io/github/stars/bernardopires/django-tenant-schemas?style=flat-square) 840 | [![license](https://img.shields.io/github/license/bernardopires/django-tenant-schemas.svg)](/LICENSE) 841 | 842 | - **[Dynaconf](https://github.com/dynaconf/dynaconf)** by [rochacbruno](https://github.com/rochacbruno/) 843 | Configuration Management for Python 844 | ![Stars](https://img.shields.io/github/stars/dynaconf/dynaconf?style=flat-square) 845 | [![license](https://img.shields.io/github/license/dynaconf/dynaconf.svg)](/LICENSE) 846 | 847 | - **[fklearn](https://github.com/nubank/fklearn)** by [Nubank](https://github.com/nubank) 848 | fklearn: Functional Machine Learning 849 | ![Stars](https://img.shields.io/github/stars/nubank/fklearn?style=flat-square) 850 | [![license](https://img.shields.io/github/license/nubank/fklearn.svg)](/LICENSE) 851 | 852 | - **[HTTPretty](https://github.com/gabrielfalcao/HTTPretty)** by [gabrielfalcao](https://github.com/gabrielfalcao) 853 | HTTP client mocking tool for Python - inspired by Fakeweb for Ruby 854 | ![Stars](https://img.shields.io/github/stars/gabrielfalcao/HTTPretty?style=flat-square) 855 | [![license](https://img.shields.io/github/license/gabrielfalcao/HTTPretty.svg)](/LICENSE) 856 | 857 | - **[isk-daemon](https://github.com/ricardocabral/iskdaemon)** by [ricardocabral](https://github.com/ricardocabral/) 858 | Open source database for content-based (visual) image search 859 | ![Stars](https://img.shields.io/github/stars/ricardocabral/iskdaemon?style=flat-square) 860 | [![license](https://img.shields.io/github/license/ricardocabral/iskdaemon.svg)](/LICENSE) 861 | 862 | - **[keyboard](https://github.com/boppreh/keyboard)** by [BoppreH](https://github.com/boppreh) 863 | Hook and simulate global keyboard events on Windows and Linux. 864 | ![Stars](https://img.shields.io/github/stars/boppreh/keyboard?style=flat-square) 865 | [![license](https://img.shields.io/github/license/boppreh/keyboard.svg)](/LICENSE) 866 | 867 | - **[lettuce](https://github.com/gabrielfalcao/lettuce)** by [gabrielfalcao](https://github.com/gabrielfalcao) 868 | Behavior-driven-development tool for python, inspired by Cucumber for Ruby 869 | ![Stars](https://img.shields.io/github/stars/gabrielfalcao/lettuce?style=flat-square) 870 | [![license](https://img.shields.io/github/license/gabrielfalcao/lettuce.svg)](/LICENSE) 871 | 872 | - **[prettyconf](https://github.com/osantana/prettyconf)** by [osantana](https://github.com/osantana/) 873 | A extensible library for Settings/Code separation 874 | ![Stars](https://img.shields.io/github/stars/osantana/prettyconf?style=flat-square) 875 | [![license](https://img.shields.io/github/license/osantana/prettyconf.svg)](/LICENSE) 876 | 877 | - **[pynubank](https://github.com/andreroggeri/pynubank)** by [andreroggeri](https://github.com/andreroggeri) 878 | Acesse seus extratos do Nubank pelo Python 879 | ![Stars](https://img.shields.io/github/stars/andreroggeri/pynubank?style=flat-square) 880 | [![license](https://img.shields.io/github/license/andreroggeri/pynubank.svg)](/LICENSE) 881 | 882 | - **[python-decouple](https://github.com/henriquebastos/python-decouple)** by [henriquebastos](https://github.com/henriquebastos) 883 | Strict separation of config from code 884 | ![Stars](https://img.shields.io/github/stars/henriquebastos/python-decouple?style=flat-square) 885 | [![license](https://img.shields.io/github/license/henriquebastos/python-decouple.svg)](/LICENSE) 886 | 887 | - **[rows](https://github.com/turicas/rows)** by [turicas](https://github.com/turicas) 888 | A common, beautiful interface to tabular data, no matter the format 889 | ![Stars](https://img.shields.io/github/stars/turicas/rows?style=flat-square) 890 | [![license](https://img.shields.io/github/license/turicas/rows.svg)](/LICENSE) 891 | 892 | - **[scanapi](https://github.com/scanapi/scanapi)** by [ScanAPI](https://github.com/scanapi) 893 | Automated Integration Testing and Live Documentation for your API 894 | ![Stars](https://img.shields.io/github/stars/scanapi/scanapi?style=flat-square) 895 | [![license](https://img.shields.io/github/license/scanapi/scanapi.svg)](/LICENSE) 896 | 897 | - **[splinter](https://github.com/cobrateam/splinter)** by [cobrateam](https://github.com/cobrateam) 898 | Python test framework for web applications 899 | ![Stars](https://img.shields.io/github/stars/cobrateam/splinter?style=flat-square) 900 | [![license](https://img.shields.io/github/license/cobrateam/splinter.svg)](/LICENSE) 901 | 902 | - **[querido-diario](https://github.com/okfn-brasil/querido-diario)** by [okfn-brasil](https://github.com/okfn-brasil) 903 | Brazilian government gazettes, accessible to everyone. 904 | ![Stars](https://img.shields.io/github/stars/okfn-brasil/querido-diario?style=flat-square) 905 | [![license](https://img.shields.io/github/license/okfn-brasil/querido-diario.svg)](/LICENSE) 906 | 907 | - **[sure](https://github.com/gabrielfalcao/sure)** by [gabrielfalcao](https://github.com/gabrielfalcao) 908 | Idiomatic assertion toolkit with human-friendly failure messages, inspired on RSpec Expectations and should.js 909 | ![Stars](https://img.shields.io/github/stars/gabrielfalcao/sure?style=flat-square) 910 | [![license](https://img.shields.io/github/license/gabrielfalcao/sure.svg)](/LICENSE) 911 | 912 | 913 | 914 | ### Quint 915 | 916 | - **[Quint](https://github.com/informalsystems/quint)** by [bugarela](https://github.com/bugarela) 917 | A modern and executable specification language 918 | ![Stars](https://img.shields.io/github/stars/informalsystems/quint?style=flat-square) 919 | [![license](https://img.shields.io/github/license/informalsystems/quint.svg)](/LICENSE) 920 | 921 | 922 | 923 | ### Ruby 924 | 925 | - **[browser](https://github.com/fnando/browser)** by [fnando](https://github.com/fnando) 926 | Do some browser detection with Ruby. Includes ActionController integration 927 | ![Stars](https://img.shields.io/github/stars/fnando/browser?style=flat-square) 928 | [![license](https://img.shields.io/github/license/fnando/browser.svg)](/LICENSE) 929 | 930 | - **[Rails gem devise](https://github.com/heartcombo/devise)** by [josevalim](https://github.com/josevalim), [carlosantoniodasilva](https://github.com/carlosantoniodasilva). 931 | Rails gem devise for user authentication 932 | ![Stars](https://img.shields.io/github/stars/heartcombo/devise?style=flat-square) 933 | [![license](https://img.shields.io/github/license/heartcombo/devise.svg)](/LICENSE) 934 | 935 | - **[Rails gem simpleform](https://github.com/heartcombo/simple_form)** by [josevalim](https://github.com/josevalim), [carlosantoniodasilva](https://github.com/carlosantoniodasilva), [rafaelfranca](https://github.com/rafaelfranca) 936 | Rails gem simple form for forms 937 | ![Stars](https://img.shields.io/github/stars/heartcombo/simple_form?style=flat-square) 938 | [![license](https://img.shields.io/github/license/heartcombo/simple_form.svg)](/LICENSE) 939 | 940 | - **[vagrant-lxc](https://github.com/fgrehm/vagrant-lxc)** by [fgrehm](https://github.com/fgrehm) 941 | LXC provider for Vagrant 942 | ![Stars](https://img.shields.io/github/stars/fgrehm/vagrant-lxc?style=flat-square) 943 | [![license](https://img.shields.io/github/license/fgrehm/vagrant-lxc.svg)](/LICENSE) 944 | 945 | 946 | 947 | ### Rust 948 | 949 | - **[Bend](https://github.com/HigherOrderCO/Bend)** by [HigherOrderCO](https://github.com/HigherOrderCO) 950 | A massively parallel, high-level programming language 951 | ![Stars](https://img.shields.io/github/stars/HigherOrderCO/Bend?style=flat-square) 952 | [![license](https://img.shields.io/github/license/HigherOrderCO/Bend.svg)](/LICENSE) 953 | 954 | - **[HVM](https://github.com/HigherOrderCO/HVM)** by [HigherOrderCO](https://github.com/HigherOrderCO) 955 | A massively parallel, optimal functional runtime in Rust 956 | ![Stars](https://img.shields.io/github/stars/HigherOrderCO/HVM?style=flat-square) 957 | [![license](https://img.shields.io/github/license/HigherOrderCO/HVM.svg)](/LICENSE) 958 | 959 | - **[KFtray](https://github.com/hcavarsan/kftray)** by [hcavarsan](https://github.com/hcavarsan) 960 | A cross-platform app for managing Kubernetes port forward configurations in the menu bar. 961 | ![Stars](https://img.shields.io/github/stars/hcavarsan/kftray?style=flat-square) 962 | [![license](https://img.shields.io/github/license/hcavarsan/kftray.svg)](/LICENSE) 963 | 964 | - **[Marmite](https://github.com/rochacbruno/marmite/)** by [rochacbruno](https://github.com/rochacbruno) 965 | A Static Site Generator for blogs that is simple, fast and written in Rust 966 | ![Stars](https://img.shields.io/github/stars/rochacbruno/marmite?style=flat-square) 967 | [![license](https://img.shields.io/github/license/rochacbruno/marmite.svg)](/LICENSE) 968 | 969 | - **[py2rs](https://github.com/rochacbruno/py2rs)** by [rochacbruno](https://github.com/rochacbruno) 970 | A quick reference guide for the Pythonista in the process of becoming a Rustacean 971 | ![Stars](https://img.shields.io/github/stars/rochacbruno/py2rs?style=flat-square) 972 | [![license](https://img.shields.io/github/license/rochacbruno/py2rs.svg)](/LICENSE) 973 | 974 | - **[Rio](https://github.com/raphamorim/rio)** by [raphamorim](https://github.com/raphamorim) 975 | A hardware-accelerated GPU terminal emulator that runs in desktops and browsers 976 | ![Stars](https://img.shields.io/github/stars/raphamorim/rio?style=flat-square) 977 | [![license](https://img.shields.io/github/license/raphamorim/rio.svg)](/LICENSE) 978 | 979 | 980 | 981 | ### Shell 982 | 983 | - **[bullet-train.zsh](https://github.com/caiogondim/bullet-train.zsh)** by [caiogondim](https://github.com/caiogondim) 984 | oh-my-zsh shell theme based on the Powerline Vim plugin 985 | ![Stars](https://img.shields.io/github/stars/caiogondim/bullet-train.zsh?style=flat-square) 986 | [![license](https://img.shields.io/github/license/caiogondim/bullet-train.zsh.svg)](/LICENSE) 987 | 988 | - **[Zim](https://github.com/zimfw/zimfw)** by [ericbn](https://github.com/ericbn) 989 | Modular, customizable, and blazing fast Zsh framework 990 | ![Stars](https://img.shields.io/github/stars/zimfw/zimfw?style=flat-square) 991 | [![license](https://img.shields.io/github/license/zimfw/zimfw.svg)](/LICENSE) 992 | 993 | 994 | 995 | ### Typescript 996 | 997 | - **[ariakit](https://github.com/ariakit/ariakit)** by [diegohaz](https://github.com/diegohaz) 998 | Toolkit for building accessible web apps with React 999 | ![Stars](https://img.shields.io/github/stars/ariakit/ariakit?style=flat-square) 1000 | [![license](https://img.shields.io/github/license/ariakit/ariakit.svg)](https://github.com/ariakit/ariakit/blob/main/license) 1001 | 1002 | - **[concurrently](https://github.com/open-cli-tools/concurrently)** by [gustavohenke](https://github.com/gustavohenke) 1003 | Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better. 1004 | ![Stars](https://img.shields.io/github/stars/open-cli-tools/concurrently?style=flat-square) 1005 | [![license](https://img.shields.io/github/license/open-cli-tools/concurrently.svg)](https://github.com/open-cli-tools/concurrently/blob/master/LICENSE) 1006 | 1007 | - **[ExpressoTS Framework](https://github.com/expressots/expressots)** by [Richard Zampieri](https://github.com/rsaz) 1008 | A Typescript + Node.js lightweight framework for quick building scalable, easy to read and maintain, server-side applications 🐎 1009 | ![Stars](https://img.shields.io/github/stars/expressots/expressots?style=flat-square) 1010 | [![license](https://img.shields.io/github/license/expressots/expressots.svg)](https://github.com/expressots/expressots/blob/main/LICENSE.md) 1011 | 1012 | - **[vscode-project-manager](https://github.com/alefragnani/vscode-project-manager)** by [alefragnani](https://github.com/alefragnani) 1013 | Project Manager Extension for Visual Studio Code 1014 | ![Stars](https://img.shields.io/github/stars/alefragnani/vscode-project-manager?style=flat-square) 1015 | [![license](https://img.shields.io/github/license/alefragnani/vscode-project-manager.svg)](/LICENSE) 1016 | 1017 | - **[whatsapp-bot](https://github.com/caioagiani/whatsapp-bot)** by [caioagiani](https://github.com/caioagiani) 1018 | BOT - WhatsApp Web in TypeScript 1019 | ![Stars](https://img.shields.io/github/stars/caioagiani/whatsapp-bot?style=flat-square) 1020 | [![license](https://img.shields.io/github/license/caioagiani/whatsapp-bot.svg)](/LICENSE) 1021 | 1022 | 1023 | 1024 | ### vim 1025 | 1026 | - **[Neovim](https://github.com/neovim/neovim)** by [tarruda](https://github.com/tarruda) 1027 | Neovim is the most popular vim fork and refactor that simplifies maintenance, enable advanced UIs and maximize extensibility 1028 | ![Stars](https://img.shields.io/github/stars/neovim/neovim.svg?style=flat-square) 1029 | [![license](https://img.shields.io/github/license/neovim/neovim.svg)](/LICENSE) 1030 | 1031 | - **[vim-bootstrap](https://github.com/editor-bootstrap/vim-bootstrap)** by [avelino](https://github.com/avelino) 1032 | Generator provides a simple method of generating a .vimrc configuration for vim 1033 | ![Stars](https://img.shields.io/github/stars/editor-bootstrap/vim-bootstrap.svg?style=flat-square) 1034 | [![license](https://img.shields.io/github/license/editor-bootstrap/vim-bootstrap.svg)](/LICENSE) 1035 | 1036 | ## Contributing 1037 | 1038 | (the same measurement rule as [awesome-made-by-russians ](https://github.com/gaearon/awesome-made-by-russians)) 1039 | 1040 | It's hard to calculate project popularity so we use stars as a measurement. It's not quite fair, but it is what we have here on Github. 1041 | 1042 | If you want to add a project to this list, please make sure that: 1043 | 1044 | - The project was created by developers born in Brazil 1045 | - The project can't be just a personal, experimental or sample project 1046 | - The project has more than **100 stars** on Github 1047 | - Place them in alphabetical order 1048 | - If they meet the requirements above, feel free to create a PR! 1049 | 1050 | ## Thanks 1051 | 1052 | - [Zeno Rocha](https://github.com/zenorocha) for the idea in 2018 (😂) 1053 | - [schirrel](https://github.com/schirrel) for [reminding me](https://github.com/frontendbr/forum/issues/1882) about this project 1054 | - [🇷🇺 awesome-made-by-russians](https://github.com/gaearon/awesome-made-by-russians) for some ideas to improve template and change the project name (initially `made-in-brazil`). 1055 | 1056 | ## License 1057 | 1058 | [MIT](/license) 1059 | --------------------------------------------------------------------------------