Posts by Tatsunori Asahide • 31 points
4 posts
-
1
votes1
answer74
viewsQ: Generate PDF with pdflatex
I’m trying to generate my pdf but I’m having difficulties, follow the images with the errors found…
-
2
votes2
answers201
viewsQ: switch case in bash
Man switch case is not working properly: while getopts "hvo:umsf" OPTION do case $OPTION in i) instalarSniper ;; h) help ;; s) simular ;; d) adicionais ;; ?) echo "Parametros incorretos, digite -h…
-
0
votes1
answer70
viewsA: doubt in array
an easy way to solve would first sort the input vectors, after that it would be good to eliminate repeated numbers, although... if it is in fact sets, it is not possible to have repeated elements.…
-
0
votes3
answers522
viewsA: Validation of Fields in Swift
can try using a type called Guard guard let nome = dados.nome { print(erro) return } resto do codigo or if not, using if same if let nome = dados.nome{ codigo} in case, if it is possible to perform…
swiftanswered Tatsunori Asahide 31