All Projects → diogocezar → dctb-utfpr-2018-2

diogocezar / dctb-utfpr-2018-2

Licence: Apache-2.0 license
Repositório para organizar os materiais e entregas das disciplinas ministradas pelo Prof. Diogo Cezar, na UTFPR-CP em 2018/02.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language
PHP
23972 projects - #3 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to dctb-utfpr-2018-2

utfprct-tex
O UTFPRCT-TEX é um template LaTeX não oficial para trabalhos acadêmicos (teses, dissertações, trabalhos de conclusão...) da Universidade Tecnológica Federal do Paraná (UTFPR) - Curitiba
Stars: ✭ 23 (+91.67%)
Mutual labels:  utfpr
PyGran
A DEM toolkit for rapid simulation & quantitative analysis of granular systems
Stars: ✭ 50 (+316.67%)
Mutual labels:  materials
tilde
Materials informatics framework for ab initio data repositories
Stars: ✭ 19 (+58.33%)
Mutual labels:  materials
mlearn
Benchmark Suite for Machine Learning Interatomic Potentials for Materials
Stars: ✭ 89 (+641.67%)
Mutual labels:  materials
rlss-2019
Materials for the Practical Sessions of the Reinforcement Learning Summer School 2019: Bandits, RL & Deep RL (PyTorch).
Stars: ✭ 79 (+558.33%)
Mutual labels:  materials
EMMO
Elementary Multiperspective Material Ontology (EMMO)
Stars: ✭ 44 (+266.67%)
Mutual labels:  materials
study-snap
📓📲 Flutter app for managing study materials in form of photos.
Stars: ✭ 34 (+183.33%)
Mutual labels:  materials
ESPEI
Fitting thermodynamic models with pycalphad - https://doi.org/10.1557/mrc.2019.59
Stars: ✭ 46 (+283.33%)
Mutual labels:  materials
OpenMaterial
3D model exchange format with physical material properties for virtual development, test and validation of automated driving.
Stars: ✭ 23 (+91.67%)
Mutual labels:  materials
nndl-materials
邱锡鹏老师《神经网络与深度学习》一书参考视频及补充材料
Stars: ✭ 86 (+616.67%)
Mutual labels:  materials
Helpful Lab Materials
Easily write cover letters for submitting your academic manuscripts
Stars: ✭ 54 (+350%)
Mutual labels:  materials
Ios Developer Roadmap
Roadmap to becoming an iOS developer in 2018.
Stars: ✭ 5,514 (+45850%)
Mutual labels:  materials
qmflows
This library tackles the construction and efficient execution of computational chemistry workflows
Stars: ✭ 35 (+191.67%)
Mutual labels:  materials
Mote3D toolbox
Toolbox for particulate microstructure modelling
Stars: ✭ 36 (+200%)
Mutual labels:  materials
kaleidoscope
🍀 A small collection of creative nodes to generate color palette and store values for Blender
Stars: ✭ 99 (+725%)
Mutual labels:  materials
atomai
Deep and Machine Learning for Microscopy
Stars: ✭ 77 (+541.67%)
Mutual labels:  materials
PyChemia
Python Materials Discovery Framework
Stars: ✭ 59 (+391.67%)
Mutual labels:  materials

Professor Diogo Cezar 2018/02

Olá pessoas, tudo certo por ai?

Este repositório será utilizado para organizar todo o material das disciplinas ministradas pelo professor Diogo Cezar no semestre 2018/02.

Quais são as disciplinas?

  • AS34A - Programação Web - N14 - Horários e Salas:
    • 2N4 : I204;
    • 2N5 : I204;
    • 3N4 : P105;
    • 3N5 : P105;
  • ES31A - Introdução A Engenharia De Software - ES11 - Horários e Salas:
    • 2N1 : A136;
    • 2N2 : A136;
    • 2N3 : A136;
    • 4N2 : P205;
    • 4N3 : P205;
  • IF62B - Linguagem de Programação - A21 - Horários e Salas:
    • 3T1 : I201;
    • 3T2 : I201;
    • 3T3 : I201;
  • IF66H - Programação Web 1 - ES61 - Horários e Salas:
    • 5N4 : A040;
    • 5N5 : A040;
    • 6N1 : P105;
    • 6N2 : P105;
    • 6N3 : P105;

Com os respectivos sub-diretórios:

  • programacao-web
  • introducao-engenharia-sw
  • linguagem-de-programacao

Contato

Vocês podem entrar em contato pelo email: [email protected]

Horários do Professor

O horário do professor pode ser obtido pelo pdf disponível em:

PALUNO

Os atendimento a dúvidas serão feitos no horário de PALUNO.

Sala K001;

O atendimento será feito por ordem de chegada.

Caso não seja possível o atendimento no dia, deve-se enviar um email e agendar um horário.

Orientações

Se você deja obter alguma orientação, por favor siga este repositório:

https://github.com/utfpr-cp/prof-diogo-tcc

Como manter o fork atualizado?

1. Clone your fork:

git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream

3. Updating your fork from original repo to keep up with their changes:

git pull upstream master
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].