Skip to content

Instantly share code, notes, and snippets.

View MarcelRobitaille's full-sized avatar

Marcel Robitaille MarcelRobitaille

View GitHub Profile
@MarcelRobitaille
MarcelRobitaille / trello-tweaks.css
Created September 30, 2016 21:46
Trello tweaks
.calendar-list-header{
display: block !important;
font-size: 10px;
line-height: 22px;
position: absolute;
z-index: 1;
right: 5px;
}
.calendar-list-header > span{
display: none;
alignment top_right
background no
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
May 30 01:13:07 nas systemd[1]: gogs.service: Main process exited, code=exited, status=1/FAILURE
May 30 01:13:07 nas systemd[1]: gogs.service: Unit entered failed state.
May 30 01:13:07 nas systemd[1]: gogs.service: Failed with result 'exit-code'.
May 30 01:13:07 nas systemd[1]: gogs.service: Service hold-off time over, scheduling restart.
May 30 01:13:07 nas systemd[1]: Stopped Gogs (Go Git Service).
May 30 01:13:07 nas systemd[1]: Started Gogs (Go Git Service).
May 30 01:13:07 nas gogs[19863]: 2016/05/30 01:13:07 [T] Custom path: /usr/share/gogs/custom
May 30 01:13:07 nas gogs[19863]: 2016/05/30 01:13:07 [T] Log path: /var/log/gogs
May 30 01:13:07 nas gogs[19863]: 2016/05/30 01:13:07 [I] Gogs: Go Git Service 0.9.13.0318
May 30 01:13:07 nas gogs[19863]: 2016/05/30 01:13:07 [I] Log Mode: Console(Trace)
@MarcelRobitaille
MarcelRobitaille / main.ino
Created January 13, 2016 17:18
(Arduino) IR controlled RGB LED
#include <./IRremote.h>
int pinR = 9;
int pinG = 6;
int pinB = 5;
int pinSignal = 11;
IRrecv irrecv(pinSignal);
decode_results results;