I hereby claim:
- I am hitripod on github.
- I am kordan (https://keybase.io/kordan) on keybase.
- I have a public key whose fingerprint is 29E1 502B 28A2 CE02 46D6 BB66 5057 714E 547B 009A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
uport-registry
和 uport-proxy
是合約的部署與web3.js操作介面library
uport-persona
是uport的profile schema操作介面
uport-lib
是web application的library/* | |
This file is part of cpp-ethereum. | |
cpp-ethereum is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. | |
cpp-ethereum is distributed in the hope that it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
0xDdA6898e71868F7f38396C71107b01396Ad4C36a |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Pear Player</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> | |
<div id="main"> | |
<!--<video id="pearvideo" src="https://qq.webrtc.win/tv/pear001.mp4" controls>--> |
/* CONFIGURATION STARTS HERE */ | |
/* Step 1: enter your domain name like fruitionsite.com */ | |
const MY_DOMAIN = 'kordan.me'; | |
/* | |
* Step 2: enter your URL slug to page ID mapping | |
* The key on the left is the slug (without the slash) | |
* The value on the right is the Notion page ID | |
*/ |
import sys | |
import os | |
from langchain_community.document_loaders import GitbookLoader | |
def save_gitbook_to_txt(url, output_file): | |
try: | |
# Initialize the loader with all paths enabled | |
loader = GitbookLoader(url, load_all_paths=True) | |
# Load all pages from the GitBook |