The Wayback Machine - https://web.archive.org/web/20220408164245/https://github.com/topics/pair
Here are
91 public repositories
matching this topic...
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Updated
Jul 21, 2018
JavaScript
Bluetooth client library for Android.
Updated
Jun 16, 2020
Java
A cross-platform command-line tool for social coding. Includes co-authors in commits when pair/mob programming.
Updated
Aug 10, 2021
JavaScript
Better commit attribution while pairing without messing with your git workflow.
Updated
Jan 15, 2022
Rust
Eloquent Settings allows you to bind key-value pairs to any Laravel Eloquent model. It supports even casting for boolean, float or integer types.
A set of collections for PHP.
Automatically insert pairs (brackets, quotes) where they are supposed to be
Updated
Jul 29, 2019
Python
A client library for accessing the USPTO Open Data APIs, written in Python.
Updated
Mar 13, 2019
Python
Simple PGP encryption/decryption on android.
Updated
Oct 4, 2019
Kotlin
Updated
Aug 31, 2018
Java
Convenient extension to the Java 8 Stream API that let you stream over Key-Value pairs
Updated
Apr 25, 2016
Java
Atlas is an unofficial interactive map experience for Rust.
[co]erced [bra]cket, a simple vim plugin that forces brackets and quotes to be smart
Updated
Nov 24, 2021
Vim script
A Python script that generates a list of pairs of funny words for naming things such as app releases, internal projects, servers and children.
Updated
Nov 13, 2016
Python
Syncronize your Bluetooth device pairing keys from Windows to Linux. Share your Bluetooth devices between these OSes without having to pair them each time.
Updated
Nov 12, 2021
Python
kvstore is an experimental in-memory database server compatible with the redis protocol (RESP).
A simplistic vim plugin to deal with pairs non-intrusively
Updated
Oct 8, 2019
Vim script
Two interpreters for the lambda calculus: one simple and one with typing of ints, bools, and pairs.
Updated
May 8, 2017
Haskell
Cloud App to connect mentors with mentees, accountability partners, and OS project maintainers with new contributors
Collection indexed with objects and scalars
a lightweight PHP framework as the air
Disparity and depth maps GUI with QT and OpenCV with support for classic image files and MPO stereo pairs
Updated
Sep 18, 2018
Kotlin
This is a pair 📱 📲 of android applications that will authenticate users from the admin app.
Updated
Jul 29, 2020
Java
This is an Android bluetooth client server library for communication any device via bluetooth with Serial Port Profile (SPP).
Updated
Mar 18, 2022
Java
Python implementation of algorithm for seeking "Closest pair of points" (divide and conquer).
Updated
Jun 22, 2019
Python
Perry is a simple Pair Programming CLI tool for distributed teams
Updated
Mar 28, 2022
Shell
How to record pairs or mobs in git commits
Updated
Sep 22, 2021
Shell
Improve this page
Add a description, image, and links to the
pair
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
pair
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is your feature request related to a problem? Please describe.
I'm on my fourth project using Crocks and I keep reaching for the same function
getPropOrError(andgetPathOrError). Instead of me releasing my own library, or copy/pasting the function around I think it would be good to have this in the standard library.Describe the solution you'd like
`getPropOrError :: String -> a