PyAudio working, but spits out error messages each time
sudo vi /usr/share/alsa/alsa.conf
130 pcm.default cards.pcm.default
131 #pcm.sysdefault cards.pcm.default
132 #pcm.front cards.pcm.front
PyAudio working, but spits out error messages each time
sudo vi /usr/share/alsa/alsa.conf
130 pcm.default cards.pcm.default
131 #pcm.sysdefault cards.pcm.default
132 #pcm.front cards.pcm.front
import bz2 | |
import fnmatch | |
import gzip | |
import os | |
import re | |
from typing import Callable, Generator, List, Optional, Pattern, Tuple | |
""" | |
Generators for building log processing pipelines. |
import javax.net.ssl.SSLSocket; | |
import javax.net.ssl.SSLSocketFactory; | |
import java.io.*; | |
/** Establish a SSL connection to a host and port, writes a byte and | |
* prints the response. See | |
* http://confluence.atlassian.com/display/JIRA/Connecting+to+SSL+services | |
* | |
* KB Entry: https://confluence.atlassian.com/kb/unable-to-connect-to-ssl-services-due-to-pkix-path-building-failed-error-779355358.html | |
* |
#!/usr/bin/env bash | |
# https://github.com/ziglang/zig/wiki/Building-Zig-From-Source | |
set -efx | |
VERSION="0.7.1" | |
# if you have a mixed set of clang and llvm versions, then you | |
# will need to uninstall the previous version for this to work |