-
Updated
Jan 23, 2021 - Go
switch
Here are 898 public repositories matching this topic...
-
Updated
Jan 3, 2021 - Pug
-
Updated
Sep 30, 2020 - Kotlin
-
Updated
May 12, 2020 - Python
-
Updated
Dec 11, 2020 - Java
-
Updated
Dec 1, 2020 - C++
-
Updated
Oct 23, 2020 - Swift
-
Updated
Jan 15, 2021 - Swift
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)
-
Updated
Nov 14, 2020 - C
-
Updated
Jan 20, 2021 - C#
I've tried launching this from the .exe in the zip file download and by installing it via the Installer.msi both keep giving me the "not a valid Win32 application" message shown in the screenshot attached here. I'm running Windows XP on Parallels Desktop 14 on a Mac Mini with a 3GHz Intel Core i7 and 16GB of RAM so it isn't an issue of hardware compatibility or at least it shouldn't be. If anyone
-
Updated
Dec 9, 2019 - JavaScript
-
Updated
Jan 23, 2019 - Java
-
Updated
Dec 11, 2020 - Vue
-
Updated
Oct 18, 2020
-
Updated
Dec 31, 2019 - Kotlin
-
Updated
Jan 22, 2021 - C++
-
Updated
Dec 9, 2020 - C++
-
Updated
Aug 9, 2018 - JavaScript
-
Updated
Jan 23, 2021 - Python
Improve this page
Add a description, image, and links to the switch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the switch topic, visit your repo's landing page and select "manage topics."
Feature Request
What feature are you suggesting?
Overview:
Currently, the range list implementation performs linear search on the
FindOverlaps
method. The purpose of this method is finding all ranges that overlaps with the range that is passed as argument. This can be improved with the use of interval trees, a data structure designed for fast insertion, removal and lookup of int