Initial commit

This commit is contained in:
Mateus Pinto Rodrigues
2017-11-11 15:15:10 -02:00
commit 58c3bd6728
1202 changed files with 434097 additions and 0 deletions

128
eshell/history Normal file
View File

@@ -0,0 +1,128 @@
mupdf quicksort.pdf
exit
cd
ls
cd repositories/dragora/
ls
cd
cd repositories/github/guile-wm/
ls
cp wm-init-sample.scm /home/mprodrigues/.guile-wm
exit
cd
cd documents/
ls
cd livros/
ls
cd literatura/
ls
cd ..
cd linguagens_e_compiladores/
ls
mupdf sicp.pdf &
cd ..
ls
cd ..
ls
cd libs/
ls
cd ..
ls
ls
cc circ.c
cc circ.c
cc circ.c
ls
./a.out 5
exit
ls
gcc circ.c -o maior
gcc circ.c -o maior
clear

gcc circ.c -o maior
ls
./maior
ls
gcc circ.c -o maior
./maior
clear

ls
gcc eratostenes.c -o eratostenes
gcc -std=c99 eratostenes.c -o eratostenes
ls
./eratostenes
./eratostenes
gcc -std=c99 eratostenes.c -o eratostenes
./eratostenes
gcc -std=c99 eratostenes.c -o eratostenes
gcc -std=c99 strings.c -o nome
./nome
gcc -std=c99 strings.c -o nome
./nome
gcc -std=c99 strings.c -o nome
./nome
u
clear

gcc -std=c99 strings.c -o nome
./nome
gcc -std=c99 strings.c -o nome
./nome
ls
notangle shellsort.nw
notangle shellsort.nw > shellsort.c
ls
cc -std=c99 shellsort.c
cc -std=c99 shellsort.c
clear

cc -std=c99 shellsort.c
clear

cc -std=c99 shellsort.c
notangle shellsort.nw > shellsort.c
cc -std=c99 shellsort.c
notangle shellsort.nw > shellsort.c
cc -std=c99 shellsort.c
notangle shellsort.nw > shellsort.c
cc -std=c99 shellsort.c
ls
./a.out
notangle shellsort.nw > shellsort.c
cc -std=c99 shellsort.c
./a.out
notangle shellsort.nw > shellsort.c
cc -std=c99 shellsort.c
./a.out
notangle shellsort.nw > shellsort.c
cc -std=c99 shellsort.c
./a.out
notangle shellsort.nw > shellsort.c
cc -std=c99 shellsort.c
./a.out
notangle shellsort.nw > shellsort.c
cc -std=c99 shellsort.c
./a.out
notangle shellsort.nw > shellsort.c
cc -std=c99 shellsort.c
./a.out
clear

notangle shellsort.nw > shellsort.c
cc -std=c99 shellsort.c
./a.out
make
ls
mupdf shellsort.pdf
gcc -std=c99 shellsort.c
ls
./a.out
rm a.out
clear

ls
make clean
ls
exit