driver
Here are 1,967 public repositories matching this topic...
Windows Precision Touchpad Driver Implementation for Apple MacBook / Magic Trackpad
-
Updated
Jul 26, 2021 - C
User mode file system library for windows with FUSE Wrapper
-
Updated
Sep 3, 2021 - C
Windows File System Proxy - FUSE for Windows
-
Updated
Aug 23, 2021 - C
Open source driver and user-space daemon to control Razer lighting and other features on GNU/Linux
-
Updated
Sep 6, 2021 - Python
PostgreSQL database adapter for the Python programming language
-
Updated
Sep 2, 2021 - C
A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful.
-
Updated
Sep 5, 2021 - PHP
Hi, First and foremost, I think this is a great start at making something really simple and effective. Thank you!!
However... I have always found template strings a little odd especially in this context.
Let us say we have
const query = `SELECT ${distinct}, ${columns} FROM ${table} ${innerJoins} WHERE ${where}`;
(Where distinct, columns, table etc are their own strings made up of other
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)
HackSys Extreme Vulnerable Windows Driver
-
Updated
Jul 26, 2021 - C
一个基于React+Antd的后台管理模版,在线预览https://nlrx-wjc.github.io/react-antd-admin-template/
-
Updated
Jan 6, 2021 - JavaScript
VK driver for the Raspberry Pi (Broadcom Videocore IV)
-
Updated
Apr 22, 2021 - C++
DataStax Node.js Driver for Apache Cassandra
-
Updated
Aug 11, 2021 - JavaScript
FUSE driver for APFS (Apple File System)
-
Updated
Jul 5, 2021 - C++
Test Kitchen plugins for testing Terraform configurations
-
Updated
Jul 9, 2021 - Ruby
Intel VT-x based hypervisor aiming to provide a thin VM-exit filtering platform on Windows.
-
Updated
Apr 4, 2021 - C++
The issue
HP's line of Omen gaming laptops come pre-installed with a modified version of the ViGEmBus driver. Apps trying to locate the latest ViGEmBus may end up detecting the modified HP driver instead, causing all sorts of issue since it is based on an older version of vigem (v1.4.3.X), but presents itself with a higher number (10.X...)
Workaround
HP's ViGEm driver must be disable
A curated list of awesome android things tutorials, libraries and much more at one place
-
Updated
Feb 24, 2020 - Java
DisplayLink driver installer for Debian and Ubuntu based Linux distributions.
-
Updated
Sep 3, 2021 - Shell
C++ Driver for MongoDB
-
Updated
Sep 4, 2021 - C++
Improve 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."


Hey Crew,
Nice job on gocql, I'm a fan...
For my production services, I could use notification events (via callback or channel) when the gocql client disconnects and reconnects to/from Cassandra. This is useful for higher-level application logic (ie: invoke alarms, stop reading from a durable message queue, etc).
After looking through the code, it looks like the connection information is not p