Posts by As Aves • 55 points
4 posts
-
0
votes1
answer2395
viewsA: Browse folders and subfolders with powershell
After researching and studying a little, I wrote the following code: foreach($arq in (Get-ChildItem "DIRETORIO_DE_ORIGEM" -Recurse -Include "*.png", "*.gif", "*.bmp", "*.tif", "*.jpg")) { if…
-
1
votes1
answer2395
viewsQ: Browse folders and subfolders with powershell
I recently did a data recovery from a hard drive, but the folder where the files are, is separated by subfolders with the name of each extension (eg: jpg, gif...), and each subfolder contains other…
-
3
votes1
answer105
viewsQ: I want to print a double strand of DNA on the python shell
I’m trying to print a sequence of nucleotides with python as follows: tatatatatatatatatatatatatatatatatatatata |||||||||||||||||||||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||||…
-
1
votes1
answer402
viewsQ: sqlite3.Operationalerror error
I’m having a problem with sqlite3 in python, can anyone help me? the mistake is this: :~$ python3 05_create_data_param.py Nome: Henry Elias Carlos Eduardo dos Santos Usuário: Henry94 Senha:…