Skip to content

Instantly share code, notes, and snippets.

View edusantana's full-sized avatar
💭
Trabalhando

Eduardo de Santana Medeiros edusantana

💭
Trabalhando
View GitHub Profile
@edusantana
edusantana / gist:341c947dcffa9da4c27d
Created June 26, 2015 09:59
document-monospace-tt.tex
%% abtex2-modelo-trabalho-academico.tex, v<VERSION> laurocesar
%% Copyright 2012-2015 by abnTeX2 group at http://www.abntex.net.br/
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.

Título do livro

Meu capítulo

Minha seção

Esta é minha subsubseção

Texto.

@edusantana
edusantana / book.adoc
Created May 24, 2014 00:38
Problem with unrecognized special characters with asciidoc and dblatex

Problem with unrecognized special characters asciidoc and dblatex

The problem

Works

∠ ∠

Doesn’t Works

ℜ ℜ

@edusantana
edusantana / Makefile
Last active January 2, 2016 10:39
C Arquivo Learning Test
CC=gcc
CFLAGS=-Wall -g -std=c1x
all: arquivos_test
arquivos_test: arquivos_test.c
$(CC) $(CFLAGS) arquivos_test.c -o arquivos_test
test_all:
./arquivos_test
@edusantana
edusantana / Makefile
Created January 6, 2014 22:32
Conteúdo: Arquivos em C, TDD, teste Funcionalidade: Apresentação das regras do Jogo Etapa 2
CC=gcc
CFLAGS=-Wall -g -std=c1x
all: regras_test
regras_test: regras_test.c regras.c
$(CC) $(CFLAGS) regras_test.c regras.c -o regras_test
test_all:
./regras_test
@edusantana
edusantana / Makefile
Last active January 2, 2016 06:18
Conteúdo: Arquivos em C, TDD, teste Funcionalidade: Apresentação das regras do Jogo Etapa 1
CC=gcc
CFLAGS=-Wall -g -std=c1x
all: regras_test
regras_test: regras_test.c
$(CC) $(CFLAGS) regras_test.c -o regras_test
test_all:
./regras_test
@edusantana
edusantana / exemplo.c
Last active December 22, 2015 23:59
Dúvida sobre operadores
#include <stdio.h>
int main(void) {
int i;
do{
printf ("\nEscolha a fruta pelo numero:\n");
printf ("\t(1)...Mamao\n");
printf ("\t(2)...Abacaxi\n"); // comebtario
printf ("\t(3)...Laranja\n");
scanf("%d", &i);
@edusantana
edusantana / title_with_link.asciidoc
Last active December 22, 2015 22:48
link at titles using attribute
@edusantana
edusantana / dissertação.asc
Last active December 20, 2015 18:38
Conversas sobre a dissertação
Hipótese
A thesis for the Ph.D. (dissertation)
must for a distinctive contribution to
the knowledge of the subject and
afford evidence of originality shown
by the discovery of new facts and/or
by the exercise of independent critical
power.
@edusantana
edusantana / arquivo.asciidoc
Last active December 19, 2015 16:29
Exemplo de liguagem de marcação

Tópico

Lista com pontos (não ordenada)

Exemplo de lista
  • item

  • item também

Lista numera (ordenada)

  1. ítem 1