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 "testApp.h" | |
| const string SHADER_VS = " \ | |
| uniform mat4 projection_matrix; \ | |
| uniform mat4 view_matrix; \ | |
| attribute vec4 pos; \ | |
| attribute vec2 tex; \ | |
| varying vec2 vtex; \ | |
| \ | |
| 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
| #include <iostream> | |
| #include <libgen.h> | |
| #include <openssl/ssl.h> | |
| #include <openssl/bio.h> | |
| #include <openssl/err.h> | |
| #include <openssl/pem.h> | |
| #include <uv.h> | |
| #include <vector> | |
| #include <iterator> | |
| #include <algorithm> |
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
| Installing CYGWIN with SSH | |
| 1) Download cygwin setup.exe from http://www.cygwin.com | |
| - Execute setup.exe | |
| - Install from internet | |
| - Root directory: `c:\cygwin` + all users | |
| - Local package directory: use default value | |
| - Select a mirror to download files from | |
| - Select these packages: | |
| - editors > xemacs 21.4.22-1 | |
| - net > openssh 6.1-p |
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 "GridDrawer.h" | |
| #include "Grid.h" | |
| GridDrawer::GridDrawer(Grid& grid) | |
| :grid(grid) | |
| ,grid_prog(0) | |
| ,grid_vbo(0) | |
| ,grid_vao(0) | |
| ,u_projection_matrix(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
| ahole | |
| anus | |
| ash0le | |
| ash0les | |
| asholes | |
| ass | |
| Ass Monkey | |
| Assface | |
| assh0le | |
| assh0lez |
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
| /* | |
| Create server/client self-signed certificate/key (self signed, DONT ADD PASSWORD) | |
| openssl req -x509 -newkey rsa:2048 -days 3650 -nodes -keyout client-key.pem -out client-cert.pem | |
| openssl req -x509 -newkey rsa:2048 -days 3650 -nodes -keyout server-key.pem -out server-cert.pem | |
| */ | |
| #include <stdio.h> |
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 <poly/Log.h> | |
| #include <RendezVousClient.h> | |
| #include <RendezVousTypes.h> | |
| namespace poly { | |
| /* -------------------------------------------------------------- */ | |
| RendezVousClientSettings::RendezVousClientSettings() | |
| :rv_port(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
| Wake up light manual |
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 "H264_Decoder.h" | |
| H264_Decoder::H264_Decoder(h264_decoder_callback frameCallback, void* user) | |
| :codec(NULL) | |
| ,codec_context(NULL) | |
| ,parser(NULL) | |
| ,fp(NULL) | |
| ,frame(0) | |
| ,cb_frame(frameCallback) | |
| ,cb_user(user) |
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
| /* | |
| --------------------------------------------------------------- | |
| oooo | |
| '888 | |
| oooo d8b .ooooo. oooo ooo 888 oooo oooo | |
| '888""8P d88' '88b '88b..8P' 888 '888 '888 | |
| 888 888 888 Y888' 888 888 888 | |
| 888 888 888 .o8"'88b 888 888 888 |
NewerOlder