- Canada
- edinnen.github.io
Pinned Loading
-
Meshtastic-device
Meshtastic-device PublicForked from meshtastic/firmware
Meshtastic device firmware
C++
-
srv2gpx
srv2gpx PublicConvert SRV files with UTM coordinates to GPX files with Lat/Lon coordinates
Python
-
Generate an access token for Sign in...
Generate an access token for Sign in With Apple 1const jwt = require('jsonwebtoken');
2const fs = require('fs');
3const privateKey = fs.readFileSync('/Path/To/appleAuth/key.p8');
4const client_id = 'YOUR_CLIENT_ID';
5const team = 'YOUR_TEAM_ID';
-
Generate transfer_subs from a list o...
Generate transfer_subs from a list of apple_user_ids 1#!/bin/bash
2totalLines=0
3requestTransfer() {
4transferSub=$(curl -sS --request POST $1 \
5--header 'Content-Type: application/x-www-form-urlencoded' \
-
Generate a signed JWT for authentica...
Generate a signed JWT for authenticating Sign in With Apple user transfer requests 1/* eslint-disable no-console */
2const jwt = require('jsonwebtoken');
3const fs = require('fs');
45let bundleId, teamId, keyId, keyPath;
-
Sort-Images
Sort-Images PublicA Tensorflow based image classifier and Python application to classify and organize images.
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.