Pinned Loading
-
emotion-emoji
emotion-emoji PublicEmotion Emoji is a package that allows you to add emotional values to emoji.
-
contextual_rnn
contextual_rnn PublicForked from fomorians/contextual_rnn
This repository contains the code for the paper "Contextual Recurrent Neural Networks"
Python 1
-
mediadevices-camera-selection
mediadevices-camera-selection PublicForked from philnash/mediadevices-camera-selection
Examples on how to switch devices with the mediaDevices API
JavaScript
-
Add Stripe Customer Id to Auth0 via ...
Add Stripe Customer Id to Auth0 via custom rule 1function (user, context, callback) {
2user.app_metadata = user.app_metadata || {};
34if ('stripe_customer_id' in user.app_metadata) {
5context.idToken['https://example.com/stripe_customer_id'] = user.app_metadata.stripe_customer_id;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.