Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
sakharamg
/
NMTKD
like
0
Model card
Files
Files and versions
Community
main
NMTKD
/
translation
/
tools
/
mosesdecoder
/
biconcor
/
base64.h
sakharamg
Uploading all files
158b61b
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
150 Bytes
#
pragma
once
#
include
<string>
std
::
string
base64_encode
(
unsigned
char
const
* ,
unsigned
int
len)
;
std
::
string
base64_decode
(
std
::
string
const
& s)
;