Install required dependencies
$ pacman -S avahi pulseaudio-zeroconf| ##create file in /etc/modprobe.d whit this line: | |
| options snd-hda-intel model=acl298-spk-volume | |
| ##then as root run depmod -a; modprobe-r snd-hda-intel; modprobe snd-hda-intel |
| #include "ofMain.h" | |
| class ofApp : public ofBaseApp { | |
| public: | |
| ofShader shader; | |
| ofEasyCam cam; | |
| ofFbo fbo; | |
| void setup() { | |
| ofBackground(0); | |
| ofFbo::Settings s; |
| #include "ofMain.h" | |
| class ofApp : public ofBaseApp { | |
| public: | |
| ofShader shader; | |
| ofEasyCam cam; | |
| ofFbo fbo; | |
| void setup() { | |
| ofBackground(0); | |
| ofFbo::Settings s; |
| #include "ofMain.h" | |
| int main() { | |
| // both initialize to identity matrix | |
| cout << glm::mat4() << endl; | |
| cout << ofMatrix4x4() << endl; | |
| // both row-major (translation stored in mat[3][0,1,2]) | |
| glm::mat4 glmMat; | |
| glmMat = glm::translate(glmMat, glm::vec3(1,2,3)); |
AdobeTracking.pageName = 'Mr. Robot : S2 Easter Egg Sites : Ransomware : Home';On load, this page displays a countdown timer starting at 24:00:00. When time is over, the following "hidden" message is revealed:
| import processing.pdf.*; | |
| color[] rgb = { | |
| #FF0000, #00FF00, #0000FF | |
| }; | |
| //SPACING BETWEEN LINES | |
| float spMin = 2; | |
| float spMax = 4; | |
| float strokeWidth = 0.5; |