This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import logging | |
import sys | |
log = logging.getLogger(__name__) | |
CONTENT = b'Content-Disposition: form-data; name=' | |
OCTET_STREAM = b'Content-Type: application/octet-stream' | |
MULTIPART_FORM = 'multipart/form-data' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Content-type: multipart/form-data; boundary=*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** | |
Referer: https://api.sandbox.cnrd.io/v1/acr/identify | |
Mfgid: DEV-1021 | |
Authorization: Gh6FbzU6UrP,93750915bbee574a376557aea3690993511387b3e18c6fabecaf2799b55ce6a3 | |
--*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** | |
Content-Disposition: form-data; name="sampleBytes" | |
2552 | |
--*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Content-type: multipart/form-data; boundary=*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** | |
Referer: https://api.sandbox.cnrd.io/v1/acr/identify | |
Mfgid: DEV-1021 | |
Authorization: Gh6FbzU6UrP,93750915bbee574a376557aea3690993511387b3e18c6fabecaf2799b55ce6a3 | |
--*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** | |
Content-Disposition: form-data; name="access_key" | |
XXXXXXXX | |
--*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Content-type: multipart/form-data; boundary=*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** | |
Referer: https://api.sandbox.cnrd.io/v1/acr/identify | |
Mfgid: DEV-1021 | |
Authorization: Gh6FbzU6UrP,93750915bbee574a376557aea3690993511387b3e18c6fabecaf2799b55ce6a3 | |
--*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** | |
Content-Disposition: form-data; name="access_key" | |
XXXXXXXX | |
--*****2016.05.27.acrcloud.rec.copyright.1712659928.682365***** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(map! :leader | |
(:prefix "g" | |
:desc "gist-region-or-buffer" "c g" #'gist-region-or-buffer)) |
A server that can communicate via slack, email in response to events.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder