Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Pereira committed Jan 21, 2016
1 parent 71a66ec commit 558b57e
Show file tree
Hide file tree
Showing 69 changed files with 3 additions and 317 deletions.
4 changes: 0 additions & 4 deletions Aula_Pratica_02/Problema_1.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira, Daniel Silva
*/
#include <stdio.h>
#include <math.h>

Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_02/Problema_2.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_02/Problema_3.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_02/Problema_4.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_02/Problema_5.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_02/Problema_6.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira, Fábio Gaspar
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_02/Problema_7.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_02/Problema_8.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_03/Problema_1.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_03/Problema_2.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_03/Problema_3.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 16/12/2015
* Author: Fábio Gaspar
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_03/Problema_4.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_03/Problema_5.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_03/Problema_6.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int quadrante(int x, int y) {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_03/Problema_7.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_03/Problema_8.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 14/11/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int bissextile(int year) {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_04/Problema_1.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 14/11/2015
* Author: Fábio Gaspar
*/

#include <stdio.h>

int sum(int n) {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_04/Problema_2.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_04/Problema_3.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>
#include <math.h>

Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_04/Problema_4.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 03/11/2015
* Author: Daniel Silva
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_04/Problema_5.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 14/11/2015
* Author: Fábio Gaspar
*/

#include <stdio.h>

int main() {
Expand Down
4 changes: 0 additions & 4 deletions Aula_Pratica_04/Problema_7.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* Created on: 27/12/2015
* Author: Fábio Gaspar
*/
#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_05/Problema_1.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_05/Problema_2.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 28/10/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_05/Problema_3.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 13/11/2015
* Author: Daniel Silva
*/

#include <stdio.h>
#include <stdlib.h>
#include <time.h>
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_05/Problema_4.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 13/11/2015
* Author: Daniel Silva
*/

#include <stdio.h>

int main() {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_05/Problema_5.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 13/11/2015
* Author: Daniel Silva
*/

#include <stdio.h>
#include <stdlib.h>

Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_05/Problema_6.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 13/11/2015
* Author: Daniel Silva
*/

#include <stdio.h>

void testFunc(int n) {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_06/Problema_1.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 13/11/2015
* Author: Daniel Silva
*/

#include <stdio.h>
#include <stdlib.h>
#include <time.h>
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_06/Problema_2.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 13/11/2015
* Author: Daniel Silva
*/

#include <stdio.h>

float pesoidealcalc(float altura, char sexo) {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_06/Problema_3.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 13/11/2015
* Author: Daniel Silva
*/

#include <stdio.h>

void calc(int x, int y) {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_06/Problema_4.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 13/11/2015
* Author: Daniel Silva e Gonçalo Mendes
*/

#include <stdio.h>

float parabola(int a, float x) {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_06/Problema_5.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 13/11/2015
* Author: Daniel Silva
*/

#include <stdio.h>

void draw(int l, int c, char ch) {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_06/Problema_6.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 13/11/2015
* Author: Gonçalo Pereira
*/

#include <stdio.h>
#include <math.h>

Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_06/Problema_7.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 13/11/2015
* Author: Daniel Silva
*/

#include <stdio.h>

void perfeito(int n) {
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_07/Problema_1.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 16/11/2015
* Author: Gonçalo Pereira & Daniel Silva
*/

#include <stdio.h>
#include <math.h>

Expand Down
6 changes: 0 additions & 6 deletions Aula_Pratica_07/Problema_2.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*
* Created on: 20/11/2015
* Author: Diogo Machado
*/


#include <stdio.h>
#include <math.h>

Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_07/Problema_3.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 20/11/2015
* Author: Daniel Silva
*/

#include <stdio.h>
#include <math.h>

Expand Down
9 changes: 0 additions & 9 deletions Aula_Pratica_07/Problema_4.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* Created on: 20/11/2015
* Author: Daniel Silva
*
* Com erros!
*
*/


#include <stdio.h>
#include <stdlib.h>
#include <time.h>
Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_07/Problema_4_a.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 20/11/2015
* Author: Fábio Gaspar
* Alternativa (ainda não acabada)
*/
#include <stdio.h>
#include <stdlib.h>

Expand Down
4 changes: 0 additions & 4 deletions Aula_Pratica_07/Problema_5.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* Created on: 20/11/2015
* Author: Daniel Silva
*/
#include <stdio.h>
#include <math.h>

Expand Down
5 changes: 0 additions & 5 deletions Aula_Pratica_07/Problema_5_a.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Created on: 20/11/2015
* Author: Fábio Gaspar
* Alternativa
*/
#include <stdio.h>

int main() {
Expand Down
4 changes: 0 additions & 4 deletions Aula_Pratica_07/Problema_6.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* Created on: 20/11/2015
* Author: Daniel Silva
*/
#include <stdio.h>

int main() {
Expand Down
4 changes: 0 additions & 4 deletions Aula_Pratica_07/Problema_8.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* Created on: 20/11/2015
* Author: Daniel Silva
*/
#include <stdio.h>

void converte(char c) {
Expand Down
Loading

0 comments on commit 558b57e

Please sign in to comment.