| layout | title |
|---|---|
post |
Jekyll Excerpts |
This text becomes the excerpt text displayed on the main page
| /* | |
| * Build using: | |
| * gcc -Wall -std=c99 projection_02.c -o projection_02_test -I/usr/include -I$AVRO_INCLUDE_DIR -L$AVRO_LIB_DIR -lavro | |
| */ | |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <avro.h> |
| /* | |
| * Build using: | |
| * gcc -Wall -std=c99 projection_01.c -o projection_01_test -I/usr/include -I$AVRO_INCLUDE_DIR -L$AVRO_LIB_DIR -lavro | |
| */ | |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <avro.h> |
| ''' | |
| I am trying to use a wildcard port in an effort to let the OS assign | |
| an ephemeral port. I then try to ascertain the actual endpoint by | |
| using the LAST_ENDPOINT socket option. | |
| This is along the lines of the suggestion here: http://lists.zeromq.org/pipermail/zeromq-dev/2012-October/018915.html | |
| However, this does not work for me. The output below is what I get | |
| when I run this script: |
| """ | |
| This script retrieves weather forecast and observation | |
| data from the Australian Bureau of Meteorology (BOM) | |
| and converts them into a spoken word weather report | |
| audio file. | |
| This script was written to generate the first track for | |
| my morning alarm clock playlist. |
| #!/usr/bin/env python | |
| """ | |
| This module represents a twist-ification of the pywws Weather Station. | |
| There was nothing wrong with the original pywws version. I just wanted a | |
| version that would integrate consistently with my other Twisted based | |
| software. | |
| """ |
| layout | title |
|---|---|
post |
Jekyll Excerpts |
This text becomes the excerpt text displayed on the main page
| layout | title |
|---|---|
post |
Test Post |
This is a test post.
This content comes after the excerpt.