Skip to content

Instantly share code, notes, and snippets.

View viniciusalveshax's full-sized avatar

Vinícius Alves Hax viniciusalveshax

View GitHub Profile
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8" />
<title>Título da minha página</title>
<link rel="stylesheet" href="93-1.css" />
</head>
<body>
@viniciusalveshax
viniciusalveshax / obscure.c
Created November 29, 2012 20:18
Código obscuro em C
// Source http://www.cs.cf.ac.uk/Dave/C/node4.html#SECTION00400000000000000000
#include <stdio.h>
main(t,_,a)
char *a;
{return!0<t?t<3?main(-79,-13,a+main(-87,1-_,
main(-86, 0, a+1 )+a)):1,t<_?main(t+1, _, a ):3,main ( -94, -27+t, a
)&&t == 2 ?_<13 ?main ( 2, _+1, "%s %d %d\n" ):9:16:t<0?t<-72?main(_,
t,"@n'+,#'/*{}w+/w#cdnr/+,{}r/*de}+,/*{*+,/w{%+,/w#q#n+,/#{l,+,/n{n+\
@viniciusalveshax
viniciusalveshax / hello_world.c
Created November 29, 2012 20:15
Hello World em C
main() {
printf("Hello world\n");
}
@viniciusalveshax
viniciusalveshax / template-presentation-latex
Created November 14, 2012 10:00
Template for presentation using Latex
% Template criado utilizando como base esse link: http://tex.stackexchange.com/questions/7916/how-to-insert-a-background-image-in-a-beamer-frame
% Algumas modificações foram feitas utilizando o seguinte tutorial: http://www.uncg.edu/cmp/reu/presentations/Charles%20Batts%20-%20Beamer%20Tutorial.pdf
\documentclass[bigger]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}