-
Notifications
You must be signed in to change notification settings - Fork 86
u8vector base64 string
Chris Petersen edited this page Nov 4, 2015
·
1 revision
Encodes a vector to a base64 string. The width parameter inserts line breaks to limit the string width.
Parameter | Description |
---|---|
u8v | vector to encode |
width | optional string width |
> (u8vector->base64-string '#u8(29 202 3 85 208 187 73 219))
"HcoDVdC7Sds="
> (u8vector->base64-string '#u8(29 202 3 85 208 187 73 219) 5)
"HcoDV\ndC7Sd\ns="
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip