Skip to content

Instantly share code, notes, and snippets.

@lvwvm
lvwvm / python-build.20231213234735.209686.log
Created December 14, 2023 05:54
pyenv install graalpy community 23 failure
~/.local/build/python-build.20231213234735.209686 ~
12/13 23:47:35 [NOTICE] Downloading 1 item(s)
12/13 23:47:35 [ERROR] CUID#7 - Download aborted. URI=https://pyenv.github.io/pythons/720334d90d52b5337db018ad6582953e9383c27188f08810250c2fe14a11db5a
Exception: [AbstractCommand.cc:351] errorCode=3 URI=https://pyenv.github.io/pythons/720334d90d52b5337db018ad6582953e9383c27188f08810250c2fe14a11db5a
-> [HttpSkipResponseCommand.cc:218] errorCode=3 Resource not found
[#a0f5e2 0B/0B CN:0 DL:0B]
12/13 23:47:36 [NOTICE] Download GID#a0f5e2d5653daa24 not complete:
@lvwvm
lvwvm / keybase.md
Last active November 26, 2020 23:58

Keybase proof

I hereby claim:

  • I am lvwvm on github.
  • I am luwum (https://keybase.io/luwum) on keybase.
  • I have a public key ASAmbcOQKaWPKtodNV_C2pfshWh6nhkuiMbExEjsKLgt6go

To claim this, I am signing this object:

@lvwvm
lvwvm / numeric_literal_dfa.cpp
Last active August 29, 2015 14:20
Numeric Literal DFA
#include <iostream>
#include <fstream>
#include <utility>
#include <stdexcept>
#include <map>
using namespace std;
/******************
* STATE types act as identification for each state in the DFA, GARBAGE is set automatically.