Results 231 comments of eadmaster

i've just found [this that claims to have both serial and I2C interfaces](https://www.aliexpress.com/item/PM2-5-Air-particle-dust-sensor-laser-inside-digital-output-module-air-purifier-G5-High-precision/32576299965.html?spm=a2g0s.13010208.99999999.5.43b13c0005TeEo), i'm considering getting one...

html2text is using `urllib` currently, so `install_opener` is not effective. my quick solution: ``` python import urllib urllib.URLopener.version = 'Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X;...

duplicate: https://github.com/Electry/VitaGrafixPatchlist/issues/21

https://github.com/Electry/VitaGrafixPatchlist/issues/101

duplicate of https://github.com/Tichau/FileConverter/issues/115

update: [another fork here](https://github.com/o0Zz/sys-con), still missing an updated build

ok, how can i list (and extract) the files inside each `volume`?

which sounds does the "Effect" toggle turns on/off then? Can you make a cheat code to disable the car engine sound in the Jap version? (Or a script to import...

how can i get a squarewave with a fixed frequency instead? https://www.arduino.cc/reference/en/language/functions/advanced-io/tone/ UPDATE: just written this that seems to work as expected: https://github.com/pr3y/Bruce/blob/cda5ba1580b007bd9a12fa5172ca7acc5e7f3f63/src/modules/others/audio.cpp#L152

see https://github.com/vosen/ZLUDA/issues/86 EDIT: try the [old V2 release which still has intel support](https://github.com/vosen/ZLUDA/releases/tag/v2) (It depends on [level-zero](https://github.com/oneapi-src/level-zero/) and [compute-runtime](https://github.com/intel/compute-runtime/))