2. Follow instructions here (https://www.tensorflow.org/install/pip?hl=pt-br)
2.1 - Create environmente:
conda create -n mlconda_3.10.11 python==3.10.11
2.1 - Create environmente:
conda create -n mlconda_3.10.11 python==3.10.11
| import requests | |
| from bs4 import BeautifulSoup | |
| from selenium import webdriver | |
| import pandas as pd | |
| def getWikiAvesDF(filename=None,savecsv=False): | |
| """ | |
| Scrape the Wikipedia Aves table and return a DataFrame with 'Espécie' and 'Nome Comum' columns. | |
| Parameters: |
| ## Xbindkey configs to allow to use combinations of control and alt as modifiers to emulate Home, End, PageUp, and PageDown keybinds | |
| ## enter these lines in ~/.xbindkeysrc | |
| "xdotool keyup Control+Alt_L+Left && xdotool key Home" | |
| control+alt + Left | |
| "xdotool keyup Shift+Control+Alt_L+Left && xdotool key Shift+Home" | |
| shift+control+alt + Left |
| import snscrape.modules.twitter as sntwitter | |
| trecho_do_palindromo = "marrocos" | |
| palindromos = [] | |
| for i,tweet in enumerate(sntwitter.TwitterSearchScraper(f'#palindromo + {trecho_do_palindromo}').get_items()): | |
| if i>100: | |
| break | |
| palindromos.append([tweet.date, "@"+tweet.user.username, tweet.rawContent]) |
| ## 1. instalar AUR do ndi-sdk-embedded | |
| instalei o SDK do NDI (versão 4) via pacote AUR: ndi-sdk-embedded (4.5.3....) | |
| ## 2. GEM instalado via pamac: | |
| pacote pd-gem | |
| ### 3. download da versão compilada do pd_ndi |
| ## 1. download of to folder: | |
| https://github.com/openframeworks/openFrameworks/releases/tag/0.11.2 | |
| ## 2. patch sources (it seems that there is some problem with libsndfile) | |
| cd of_v0.11.2_linux64gcc6_release && curl https://gist.githubusercontent.com/kerrickstaley/7f8c65a27a1f4e79a942235b87c1f0c0/raw/28f7d0dd94237076f72b8eaf2e009831d7d61a5d/fix-libsndfile-error.patch | patch -p1 | |
| ## 3. instal dependencies and codecs |
[https://github.com/cac-t-u-s/om-sharp/releases/tag/v1.7]
yay -S debtap sudo debtap -u
| #!/usr/bin/env bash | |
| # script to use Wacom One CTL-472 with Sketchbook in Wine (button2 => pan+zoom; button3 => alternate brush) | |
| xsetwacom set "Wacom One by Wacom S Pen stylus" "Button" "2" "key +space " | |
| xsetwacom set "Wacom One by Wacom S Pen stylus" "Button" "3" "key +s " |
| pip install opencv-contrib-python==4.4.0.46 | |
| brew install bazel | |
| cd "/usr/local/Cellar/bazel/4.1.0/libexec/bin" && curl -fLO https://releases.bazel.build/3.7.2/release/bazel-3.7.2-darwin-x86_64 && chmod +x bazel-3.7.2-darwin-x86_64 | |
| brew install protobuf | |
| git clone https://github.com/google/mediapipe | |
| cd mediapipe |
exFAT support on macOS seems to have some bugs because my external drives with exFAT formatting will randomly get corrupted.
Disk Utility is unable to repair this at first, but the fix is this:
diskutil list to find the right drive id.disk1s1sudo fsck_exfat -d <id from above>. eg sudo fsck_exfat -d disk1s3-d is debug so you'll see all your files output as they're processed.YES if it gives you the prompt Main boot region needs to be updated. Yes/No?