- Chile
Block or Report
Block or report jmriddell
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
fast_search_sequences Public
A recursive structure for fast searching of sequences, includes a demo with a tkinter UI.
Python
-
ort-simpleroute Public
Abstraction layer around Google's python library OR-Tools routing solver.
Python
-
mousesens Public
Simple command line utility to change the sensitivity of a pointer device under linux.
Python
-
1
/**2{A: [1, 2, 3], B: [4, 5, 6], C: [7, 8, 9]} -> [{A: 1, B: 4, C: 7}, {A: 2, B: 5, C: 8}, {A: 3, B: 6, C: 9}]3*/4function mappingZip(keys_and_sequences) {
5keys = Object.keys(keys_and_sequences);


