Skip to content

Instantly share code, notes, and snippets.

View linjunpop's full-sized avatar
👻
🤗

Jun Lin linjunpop

👻
🤗
View GitHub Profile
@linjunpop
linjunpop / OTPTestCodes.md
Created October 14, 2021 07:26 — forked from kcramer/OTPTestCodes.md
OTP Test Codes

OTP Test Codes

Sample OTP QR Codes

The following sample codes are not valid for the listed services but should allow basic testing of an authenticator application. Clicking on a QR code image will display just that code so it is easier to scan without interference from the other codes.

You can use this site to generate more QR codes as needed. It will also let you verify the produced codes against its own calculated code.

@linjunpop
linjunpop / README.md
Created February 9, 2022 07:58
obsidian-progress taste

Test for the obsidian-progress

@linjunpop
linjunpop / ollama.ex
Last active October 17, 2023 02:56
Ollama API in Elixir
Mix.install(
[
{:finch, "~> 0.16.0"},
{:jason, "~> 1.4"}
],
)
Finch.start_link(name: OllamaFinch)