This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict' | |
| const bcrypt = require('bcrypt') | |
| const jwt = require('jsonwebtoken') | |
| const Joi = require('joi') | |
| const credentialsSchema = require('../schema/credentials') | |
| module.exports = (database) => { | |
| const collectionName = process.env.DB_USERS_COLLECTION_NAME | |
| const secret = process.env.JWT_SECRET | |
| const saltRounds = Number(process.env.PASSWORD_SALT_ROUNDS) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.dpcat237.tidinio.ui.fragments.main; | |
| import android.app.Activity; | |
| import android.content.DialogInterface; | |
| import android.content.SharedPreferences; | |
| import android.graphics.Canvas; | |
| import android.graphics.Color; | |
| import android.graphics.PorterDuff; | |
| import android.graphics.drawable.ColorDrawable; | |
| import android.graphics.drawable.Drawable; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "NuPhy Air75 V2", | |
| "vendorProductId": 435499590, | |
| "macros": [ | |
| "{KC_SLCK}", | |
| "{KC_PAUS}", | |
| "", | |
| "", | |
| "", | |
| "", |
OlderNewer