-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Primer commit: Agregados archivos del proyecto
- Loading branch information
1 parent
9c583fb
commit e597ec2
Showing
33 changed files
with
14,723 additions
and
4,177 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
.deb/i-haklab/home/.local/etc/i-Haklab/Tools/Readme/comandos/P/pdftotest.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# intalacion | ||
`apt install poppler` | ||
|
||
- Ver por paginas | ||
`pdftotext -f 3 -l 3 archivo.pdf texto_pagina3.txt` | ||
|
||
> Nota: La opción `-f 3` indica la primera página que quieres extraer (en este caso, la página 3), y la opción `-l 3` indica la última página que quieres extraer, que también es la página 3 en este caso. El texto extraído se guardará en un archivo de texto llamado "texto_pagina3.txt". |
11 changes: 10 additions & 1 deletion
11
.deb/i-haklab/home/.local/etc/i-Haklab/Tools/Readme/comandos/T/trans.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
https://www.soimort.org/translate-shell/ | ||
# Wep | ||
`https://www.soimort.org/translate-shell/` | ||
|
||
# Ejemplo de uso | ||
|
||
- Traducir PDF | ||
`pdftotext file.pdf -| less | trans -b :es` | ||
|
||
- Taducion simple | ||
`trans -b :es thanks` |
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
1,723 changes: 1,710 additions & 13 deletions
1,723
build/CMakeFiles/i-haklab.dir/compiler_depend.internal
Large diffs are not rendered by default.
Oops, something went wrong.
6,495 changes: 5,793 additions & 702 deletions
6,495
build/CMakeFiles/i-haklab.dir/compiler_depend.make
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/data/data/com.termux/files/usr/bin/c++ -O2 -g -DNDEBUG "CMakeFiles/i-haklab.dir/main-haklab.cpp.o" -o i-haklab -Wl,-rpath,/data/data/com.termux/files/home/i-Haklab/build/src: src/libbelow_zero.so -lboost_program_options -lfmt -ljsoncpp -lboost_system -lboost_filesystem | ||
/data/data/com.termux/files/usr/bin/c++ -O2 -g -DNDEBUG "CMakeFiles/i-haklab.dir/main-haklab.cpp.o" -o i-haklab -Wl,-rpath,/data/data/com.termux/files/home/i-Haklab/build/src: src/libbelow_zero.so -lboost_program_options -ljsoncpp -lboost_system -lboost_filesystem -lboost_thread -lboost_chrono -lfmt -Wall |
Binary file not shown.
2,161 changes: 1,929 additions & 232 deletions
2,161
build/CMakeFiles/i-haklab.dir/main-haklab.cpp.o.d
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
709 changes: 353 additions & 356 deletions
709
build/src/CMakeFiles/below_zero.dir/AdminHaklab.cpp.o.d
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
Oops, something went wrong.