Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 2.23 KB

REFERENCES.md

File metadata and controls

56 lines (32 loc) · 2.23 KB

Anki

https://juliensobczak.com/inspect/2022/05/30/anki-srs/

Anki V3 scheduler

-https://www.juliensobczak.com/write/2016/12/26/anki-scripting.html

-https://github.com/ankidroid/Anki-Android/wiki/Database-Structure

~/Library/Application Support/Anki2

-https://github.com/ankidroid/Anki-Android/blob/main/AnkiDroid/src/main/java/com/ichi2/libanki/sched/Scheduler.kt

-Anki Reverse Engineering

https://github.com/open-spaced-repetition

https://pgloader.readthedocs.io/en/latest/ref/sqlite.html

OpenAI

Usage Official Python library for the OpenAI API

Azure

Please extract the wordlist data from this page? In response please provide a JSON array with objects containing following properties: "word", "forms", "examples". The word property holds a string. it's the basic form of the word without any forms. The forms is a string array representing the different forms. In case of a noun it the plural form. In case of verb It's the conjugations. Please enhance it to make those full words. Not just endings. The examples property is a string array enlisting the examples provided in the document. "C:\Users\mucsi\Pictures\b1-test.png"

As an explanation:

  • MicrosoftGraph delegated permissions -> these are "scopes" in OAuth parlance -> use azuread_service_principal_delegated_permission_grant
  • MicrosoftGraph application permissions -> these are "roles" in OAuth parlance -> use azuread_app_role_assignment
  • to allow other application to access your own (as an application) -> use azuread_application_pre_authorized