import http.client
import json
connection = http.client.HTTPSConnection('api.github.com')
This file contains hidden or 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
#include <stdlib.h> | |
#include <stdio.h> | |
// Compile with `musl-gcc -static -Os musl-static.c -o musl-static` | |
int main() { | |
printf("Hello, Dave.\n"); | |
return 0; | |
} |
This file contains hidden or 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
<Response> | |
<Say voice="alice">I am so fancy. You already know.</Say> | |
<Play>http://demo.twilio.com/docs/classic.mp3</Play> | |
</Response> |