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
| <!-- Piwik --> | |
| <script type="text/javascript"> | |
| var _paq = _paq || []; | |
| _paq.push(['trackPageView']); | |
| _paq.push(['enableLinkTracking']); | |
| (function() { | |
| var u="//edv-und-netzwerktechnik.de/piwik/"; | |
| _paq.push(['setTrackerUrl', u+'piwik.php']); | |
| _paq.push(['setSiteId', 1]); | |
| var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[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
| private const uint32 UNSIGNED32 = 0x9a226544; | |
| void main () { | |
| } |
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
| CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/valac --vapidir ../ --pkg libmodbus --pkg posix -g -C unit-test-server.vala | |
| unit-test-server.vala:224.37-224.41: error: Incompatible operand | |
| Posix.send(w_s, (void*)(req+i), 1, MSG_NOSIGNAL); | |
| ^^^^^ | |
| CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/valac --vapidir ../ --pkg libmodbus --pkg posix -g -C unit-test-server.vala | |
| unit-test-server.vala:224.29-224.42: error: Pointer arithmetic not supported for `void*' | |
| Posix.send(w_s, (void*)(req)+i, 1, MSG_NOSIGNAL); | |
| ^^^^^^^^^^^^^^ |
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
| " | |
| " While editing a Markdown document in Vim, preview it in the | |
| " default browser. | |
| " | |
| " Author: Nate Silva | |
| " | |
| " To install: Place markdown.vim in ~/.vim/ftplugin or | |
| " %USERPROFILE%\vimfiles\ftplugin. | |
| " | |
| " To use: While editing a Markdown file, press ',p' (comma p) |
NewerOlder