- Works
-
∠ ∠
- Doesn’t Works
-
ℜ ℜ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
latexmk -f -pdf quadro-abntex2.tex | |
latexmk -f -pdf tabela-fora-do-quadro.tex | |
latexmk -f -pdf quadro-abntex2-corrigido.tex | |
latexmk -f -pdf longtable-caption-type-quadro.tex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%%%%%%%%%%%%%%%%%%%%%%%%5 | |
%% abtex2-modelo-trabalho-academico.tex, v<VERSION> laurocesar | |
%% Copyright 2012-<COPYRIGHT_YEAR> 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package urna; | |
import java.util.LinkedList; | |
import java.util.List; | |
public class Controller { | |
List<Usuario> usuarios = new LinkedList<Usuario>(); | |
public static void main(String[] args) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
nome=$(zenity --entry --text="Qual seu primeiro nome?" --entry-text="Nome") | |
sobrenome=$(zenity --entry --text="Qual seu sobrenome?" --entry-text="Nome") | |
altura=$(zenity --scale --value=160 --max-value=200 --text="Qual a sua altura?") | |
#peso=$(zenity --scale --value=60 --max-value=200 --text="Qual a seu peso?") | |
STRING=$(echo $nome | cal | head -n 1 | tr -d '[:space:]' | cut -f 2 -d 0) | |
tmpfile=$(mktemp) | |
echo $STRING >> $tmpfile | |
#echo "Altura informada: $altura " >> $tmpfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://github.com/edusantana/cozer/archive/master.zip | |
unzip master.zip | |
cd cozer-master | |
python3 -m venv venv | |
. venv/bin/activate | |
&& pip install --editable . | |
cozer --help |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://github.com/edusantana/cozer/archive/master.zip | |
unzip master.zip | |
cd cozer-master | |
python3 -m venv venv | |
. venv/bin/activate | |
&& pip install --editable . | |
cozer --help |
pip install --editable .
Trying values-from-environment-variables
$ export GREETER_USERNAME=john