suarezafelipe /
awesome-jobs-colombia
Una lista con empresas para trabajar como desarrollador de software en Colombia
Loading repository data…
murilorrs / repository
Software para a simulação do restaurante universitário, desenvolvido em C, para a disciplina de AED1 - UFG
Este projeto é uma implementação de um sistema de filas do Restaurante Universitário utilizando conceitos de Algoritmos e Estruturas de Dados 1.
Os arquivos dentro de include e src são separados em subpastas com a descrição da feature como:
src/Relatorios/relatorios.c ou src/TADs/serventes.c
Certifique-se de que tenha o mingw32-make instalado no ambiente de trabalho.
mingw32-make
O executável e os arquivos objetos (.o) serão gerados na pasta build/.
Alternativamente, pode se compilar o projeto manualmente com o comando:
gcc -o build/programa src/main.c src/TADs/*.c src/Relatorios/*.c src/App/app.c -Iinclude/TADs -Iinclude/Relatorios -Iinclude/App
Após a compilação, você pode executar o programa principal com o seguinte comando:
./build/restaurante.exe
Para limpar os arquivos gerados pela compilação, execute:
make clean
git checkout -b nova-feature).git commit -m 'Adicionei uma nova feature').git push origin nova-feature).Selected from shared topics, language and repository description—not editorial ratings.
suarezafelipe /
Una lista con empresas para trabajar como desarrollador de software en Colombia
JennieOliveira99 /
Repositório contendo os arquivos do desafio 100 Days of code, onde me comprometi a estudar todos os dias. Meu roteiro está focado em Estrutura de Dados com PHP pois vejo as estruturas de dados como a base para a resolução eficiente de problemas complexos no desenvolvimento de software.
yanjustino /
O Coopera#sharp é uma iniciativa colaborativa voltada para a comunidade de desenvolvedores(as) C#, com o objetivo de exercitar a avaliação crítica de código, promover boas práticas de desenvolvimento e fomentar discussões saudáveis sobre arquitetura e design de software.
braziljs /
Quer contribuir para a comunidade por meio dos canais da BrazilJS e ainda ganhar benefícios legais?
douglascarlos-dev /
Software Web para cadastro de clientes com URL amigável usando PHP Orientado a Objetos, MVC, banco de dados Postgresql com PDO, CAPTCHA, PDF, API de CEP e upload de imagem
DaviRP2018 /
Are you tired of boring, outdated, incomplete, or incorrect tutorials? I say no more to copy-pasting code that you don’t understand. Welcome to the bestselling REST API course on Udemy! I'm Jose. I'm a software engineer, here to help you truly understand and develop your skills in web and REST API development with Python and Flask. Production-ready REST APIs with Flask This course will guide you in creating simple, intermediate, and advanced REST APIs including authentication, deployments, databases, and much more. We'll start with a Python refresher that will take you from the very basics to some of the most advanced features of Python—that's all the Python you need to complete the course. Using Flask and popular extensions Flask-RESTful, Flask-JWT, and Flask-SQLAlchemy we will dive right into developing complete, solid, production-ready REST APIs. We will also look into essential technologies Git, Heroku, and nginx. You'll be able to... Create resource-based, production-ready REST APIs using Python, Flask, and popular Flask extensions; Handle secure user registration and authentication with Flask. Using SQLAlchemy and Flask-SQLAlchemy to easily and efficiently store resources to a database; and Understand the complex intricacies of deployments and the performance of Flask REST APIs. But what is a REST API anyway? A REST API is an application that accepts data from clients and returns data back. For example, a REST API could accept text data from the client, such as a username and password, and return whether that is a valid user in the database. When developing REST APIs, our clients are usually web apps or mobile apps. That's in contrast to when we make websites, where the clients are usually the users themselves. Together we'll develop a REST API that not only allows clients to authenticate but also to store and retrieve any data you want from a database. Learning this will help you develop any REST API that you need for your own projects! I pride myself on providing excellent support and feedback to every single student. I am always available to guide you and answer your questions. I'll see you on the inside. Take your first step towards REST API mastery! O que você aprenderá Connect web or mobile applications to databases and servers via REST APIs Create secure and reliable REST APIs which include authentication, logging, caching, and more Understand the different layers of a web server and how web applications interact with each other Handle seamless user authentication with advanced features like token refresh Handle log-outs and prevent abuse in your REST APIs with JWT blacklisting Develop professional-grade REST APIs with expert instruction Há algum requisito ou pré-requisito para o curso? Some prior programming experience in any programming language will help. The course includes a full Python refresher course. All software used in the course is provided, and completely free Complete beginners may wish to take a beginner Python course first, and then transition to this course afterwards Para quem é este curso: Students wanting to extend the capabilities of mobile and web applications by using server-side technologies Software developers looking to expand their skill-set by learning to develop professional grade REST APIs Those looking to learn Python while specifically catering to web services