#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
| /* | |
| This Program uses OS independet boost library 'asio'. | |
| Below are some web links for programming UDP sockets with linux specific libraries using functions: 'gethostbyname', 'bind' and | |
| 'socket'. Please note, however, that these functions are superseded by 'getaddrinfo' and 'getnameinfo' nowadays. These functions | |
| provide better support for IPv6. | |
| https://www.ibm.com/developerworks/library/wa-ipv6.html | |
| http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/Kap11-016.htm#RxxKap11016040003951F04F100 | |
| https://www.cs.rutgers.edu/~pxk/417/notes/sockets/udp.html |
| import matplotlib as mpl | |
| import matplotlib.pyplot as plt | |
| import numpy as np | |
| class MidpointNormalize(mpl.colors.Normalize): | |
| """ | |
| class to help renormalize the color scale | |
| """ | |
| def __init__(self, vmin=None, vmax=None, midpoint=None, clip=False): | |
| self.midpoint = midpoint |
| [user] | |
| name = .... | |
| email = .... | |
| [color] | |
| ui = auto | |
| diff = auto | |
| status = auto | |
| branch = auto | |
| [push] | |
| default = simple |
| ## project specific files: | |
| maindocument.pdf | |
| ## latexmk, latex, pdflatex, bibtex and other(?) auxiliary files: | |
| *.fls | |
| *.aux | |
| *.glo | |
| *.idx | |
| *.log | |
| *.toc |