Skip to content

Instantly share code, notes, and snippets.

#ifndef STUDENTEMPLOYEE_H_
#define STUDENTEMPLOYEE_H_
#include "Student.h"
#include "Employee.h"
class StudentEmployee: public Student, public Employee{
};
#endif
#ifndef STUDENT_H_
#define STUDENT_H_
#include "Person.h"
class Student: public Person{
private:
int id; //Student ID #
double gpa; // GPA listed as a decimal
string major;
public:
// PeopleProject.cpp : Defines the entry point for the console application.
#ifndef PERSON_H_
#define PERSON_H_
#include <string>
using namespace std;
class Person {
private:
string fName;
string lName;
Updated. Elapsed time: 1.499733 sec.
[===========]
- Finishing ... Done!
- vim-colors-solarized: Already up-to-date.
- webapi-vim: Already up-to-date.
- gist-vim: Already up-to-date.
- vim-airline-themes: Already up-to-date.
- vim-airline: Already up-to-date.
- tmuxline.vim: Already up-to-date.
[Unit]
Description=Poll sensors to autorotate screen
[Service]
ExecStart=/path/to/script
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
#!/bin/bash
while sleep 1; do
cat /sys/devices/pci0000:00/INT33C2:00/i2c-9/i2c-MSHW0030:00/0018:045E:07C4.000?/*/*/in*raw > /dev/null
done
(main.c:96 main) Initializing engine.
(main.c:97 main) IntenseLogic heads/master
(main.c:98 main) IL Commit: 144ef310ecdc16d58059b27dde10c543721010a1
(main.c:99 main) Built Sep 20 2014
(graphics.c:72 sdl_setup) Using SDL hg-8628:b558f99d48f0
(context.c:487 ilG_context_setupEpoxy) OpenGL Version 3.1.0 NVIDIA 340.32
(context.c:497 ilG_context_localSetup) KHR_debug present, enabling advanced errors
(material.c:120 ilG_material_link) Building shader "Skybox Shader"
(OpenGL API) ??? #131185: Buffer detailed info: Buffer object 1 (bound to GL_ARRAY_BUFFER_ARB, usage hint is GL_STATIC_DRAW) will use VIDEO memory as the source for buffer object operations.
PID: 26290 (chrome)
UID: 1000 (mustard)
GID: 100 (users)
Signal: 11 (SEGV)
Timestamp: Tue 2014-09-16 22:18:08 EDT (12min ago)
Command Line: /opt/google/chrome-unstable/chrome --type=gpu-process --channel=26253.0.1136199302 --user-data-dir=/home/mustard/.config/google-chrome-unstable --supports-dual-gpus=false --gpu-driver-bug-workarounds=1,15,20,23
Executable: /opt/google/chrome-unstable/chrome
Control Group: /user.slice/user-1000.slice/session-c1.scope
Unit: session-c1.scope
Slice: user-1000.slice
Twitch Streamer for Linux (twitch_ffmpeg.sh)
Copyright (c) 2013 - 2014, Giovanni Dante Grazioli (deroad)
There isn't a WEBCAM_XY in the options, i'll generate the standard one (950:10)
Using global twitch key located in home directory
[+] Click, with the mouse, on the Window that you want to Stream
Please setup the Audio Output to sink null (something like 'pavucontrol')