Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Quagmire1
/
wiki-cased
like
0
Model card
Files
Files and versions
xet
Community
main
wiki-cased
/
tools
/
mosesdecoder
/
biconcor
/
base64.h
Quagmire1
Upload folder using huggingface_hub
41f6dd8
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
150 Bytes
#
pragma
once
#
include
<string>
std
::
string
base64_encode
(
unsigned
char
const
* ,
unsigned
int
len)
;
std
::
string
base64_decode
(
std
::
string
const
& s)
;