Skip to content
View edinnen's full-sized avatar

Block or report edinnen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Meshtastic-device Meshtastic-device Public

    Forked from meshtastic/firmware

    Meshtastic device firmware

    C++

  2. srv2gpx srv2gpx Public

    Convert SRV files with UTM coordinates to GPX files with Lat/Lon coordinates

    Python

  3. Generate an access token for Sign in... Generate an access token for Sign in With Apple
    1
    const jwt = require('jsonwebtoken');
    2
    const fs = require('fs');
    3
    const privateKey = fs.readFileSync('/Path/To/appleAuth/key.p8');
    4
    const client_id = 'YOUR_CLIENT_ID';
    5
    const team = 'YOUR_TEAM_ID';
  4. Generate transfer_subs from a list o... Generate transfer_subs from a list of apple_user_ids
    1
    #!/bin/bash
    2
    totalLines=0
    3
    requestTransfer() {
    4
        transferSub=$(curl -sS --request POST $1 \
    5
        --header 'Content-Type: application/x-www-form-urlencoded' \
  5. Generate a signed JWT for authentica... Generate a signed JWT for authenticating Sign in With Apple user transfer requests
    1
    /* eslint-disable no-console */
    2
    const jwt = require('jsonwebtoken');
    3
    const fs = require('fs');
    4
    
                  
    5
    let bundleId, teamId, keyId, keyPath;
  6. Sort-Images Sort-Images Public

    A Tensorflow based image classifier and Python application to classify and organize images.

    Python 3 1