Pinned Loading
-
-
dotfiles
dotfiles PublicForked from mathiasbynens/dotfiles
🔧 .files, including ~/.macos — sensible hacker defaults for macOS
Shell
-
-
-
Remove Firebird DB from MacOS
Remove Firebird DB from MacOS 1#!/bin/sh
2echo "Clean Services"
3echo "Clean User"
4dscl localhost -delete /Local/Default/Users/firebird
5echo "Clean Group"
-
cognito-decode-jwt-token.php
cognito-decode-jwt-token.php 1<?php
2/**
3* Assumes https://github.com/Spomky-Labs/jose library is installed and autoloading is set up
4* Decode and verify token guide: https://github.com/Spomky-Labs/jose/blob/master/doc/operation/Verify.md
5*/
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.