JLMSC's Stars
JLMSC/Infection_Simulator
Infection simulator in a random generated world, analyzing disease spread in a virtual environment.
JLMSC/TCE_graph_analysis
Analysing open data from TCE using graphs theorem.
bpython/bpython
bpython - A fancy curses interface to the Python interactive interpreter
JLMSC/Neopy
Custom Neovim setup for Python development.
vscode-neovim/vscode-neovim
Vim mode for VSCode, powered by Neovim
psf/black
The uncompromising Python code formatter
neovim/neovim
Vim-fork focused on extensibility and usability
JLMSC/JLMSC
Profile README
uhub/awesome-python
A curated list of awesome Python frameworks, libraries and software.
JLMSC/Tic-Tac-Toe
Implementação do "Jogo da Velha" (Tic-Tac-Toe) com o algoritmo "Minimax" e podagem Alfa-Beta.
trananhkma/fucking-awesome-python
awesome-python with :octocat: :star: and :fork_and_knife:
cpp-best-practices/cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
JLMSC/Redes-P2P
Implementação de uma simulação do tráfego de redes P2P (peer-to-peer) em Python 3.
LeetCode-OpenSource/vscode-leetcode
Solve LeetCode problems in VS Code
JLMSC/Processador-Consultas
Implementação de um Processador de Consultas em Python 3
VSCodeVim/Vim
:star: Vim for Visual Studio Code
RefactoringGuru/design-patterns-cpp
Design Pattern Examples in C++
vim/vim
The official Vim repository
JLMSC/Indice-Hash
Implementação da funcionalidade Índice Hash em Python 3
fenbf/AwesomePerfCpp
A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by awesome.
tylerlaberge/PyPattyrn
A simple library for implementing common design patterns.
iggredible/Learn-Vim
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
isl-org/Open3D
Open3D: A Modern Library for 3D Data Processing
rigtorp/awesome-modern-cpp
A collection of resources on modern C++
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
gto76/python-cheatsheet
Comprehensive Python Cheatsheet
faif/python-patterns
A collection of design patterns/idioms in Python
JLMSC/Problema-N-Rainhas
Implementação de um algoritmo, em Python 3.10, para resolver o "Problema das N Rainhas".
LeonardoQuezado/BonesPlease