-
Updated
Jun 24, 2019 - C++
driver
Here are 1,425 public repositories matching this topic...
Bug Report
The create callback is called also for special files like S_IFIFO.
The special named FIFO file is still not created, instead a corresponding .lnk file pops up in the same directory.
$ mkfifo foobar
$ ls -l foobar*
-rwx------ 1 Hasse None 130 Oct 12 14:46 foobar.lnk*
The same happens if create is not implemented which forces a call to mknod instead.
Possi
I got this to work in GarageBand the following settings also allow me to record with the external mike
Channel 17 for Mac internal mic

And channels one and two for computer audio
. However, I ran into some difficulties due to sparse documentation around how to use the aws backend and what one should put in the kitchen.yml.
I'd like to submit a PR that adds documentation with this info. However, I am not sure the appropriate place for this doc.
-
Updated
Apr 28, 2020 - Scala
-
Updated
Jan 3, 2020 - C++
-
Updated
Apr 23, 2020 - C++
Dolphin Profile
It's not an issue than a question:
I'm using this very nice project to use joy-cons on Dolphin (with this gyro server thingy)
and I'm impressed how well this works. 👌🏻
Has someone figured out a good Dolphin controller config and would share it?
(nunchuck left joy-con - wiimote right)
HIDAPI readme update
The website that is linked to in the readme is offline and the repository is abandoned. Development seems to have moved here: https://github.com/libusb/hidapi
-
Updated
Apr 27, 2020 - Shell
I seem to have gotten around it by simply removing "c++" from gcc-c++. Not sure why that's even there. gcc is the package name, and g++ is the c++ compiler name when executed. gcc-c++ isn't any package I know of.
-
Updated
Apr 14, 2020 - JavaScript
-
Updated
Apr 27, 2020 - Ruby
The readme for PWM Speaker used to describe an overloaded play() method that takes a tone and a duration as arguments. The driver however, supplies only a method that allows the tone.
readme source:
https://github.com/androidthings/contrib-drivers/tree/master/pwmspeaker
extract:
// Make it play:
try {
mSpeaker.play(440 /* tone */, 3000L /* duration */);
} catch (IOExcepImprove this page
Add a description, image, and links to the driver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the driver topic, visit your repo's landing page and select "manage topics."


I was a bit confused about the "delete on close" semantics on Windows and did some experiments on it. The result indicates that Dokan's current API doesn't accurately reflect its semantics.
NtCreateFileon a file withDELETEpermission and with theFILE_DELETE_ON_CLOSEflag set (let's call ith1)h1g