Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View MarcelRobitaille's full-sized avatar

Marcel Robitaille MarcelRobitaille

View GitHub Profile
@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;
/**************
* Left menu
**************/
/* Stop moving damnit! */
#leftCol{
position: fixed;
margin-top: 0 !important;
}
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)
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
@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;
This file has been truncated, but you can view the full file.
-- Logs begin at Sat 2016-10-08 21:33:51 ADT, end at Tue 2016-10-18 14:22:29 ADT. --
Oct 18 14:22:29 Hermes kernel: pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
Oct 18 14:22:29 Hermes kernel: pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
Oct 18 14:22:29 Hermes kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
Oct 18 14:22:29 Hermes kernel: pcieport 0000:00:1c.0: AER: Corrected error received: id=00e0
Oct 18 14:22:29 Hermes kernel: pcieport 0000:00:1c.0: [ 0] Receiver Error (First)
Oct 18 14:22:29 Hermes kernel: pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
Oct 18 14:22:29 Hermes kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e0(Receiver ID)
Oct 18 14:22:29 Hermes kernel: pcieport 0000:00:1c.0: AER: Corrected error received: id=00e0
Oct 18 14:22:29 Hermes kernel: pcieport 0
/* Firefox Edge v1.4.0 */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url("chrome://browser/content/browser.xul") {
/* MAIN WINDOW & TITLEBAR BUTTONS */
#main-window {
background-color: var(--second-level-bg-color) !important;
}
@MarcelRobitaille
MarcelRobitaille / log.txt
Created February 9, 2017 18:47
Pacaur log
+ version=4.6.10
+ unset aur cleancache devel edit info installpkg foreign needed noconfirm nodeps noedit
+ unset operation pac pacQ pacS quiet rebuild refresh repo search selective upgrade
+ LC_COLLATE=C
+ TEXTDOMAIN=pacaur
+ TEXTDOMAINDIR=/usr/share/locale
+ [[ -n /etc/xdg ]]
+ for i in ${XDG_CONFIG_DIRS//:/ }
+ [[ -d /etc/xdg ]]
+ export XDG_CONFIG_DIRS=/etc/xdg
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
// This configuration file contains the basic settings.
// Advanced settings can be found in Configuration_adv.h
// BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration
//===========================================================================
//============================= DELTA Printer ===============================
//===========================================================================
const path = require('path')
const process = require('process')
const webpack = require('webpack')
const CompressionPlugin = require('compression-webpack-plugin')
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
const Dashboard = require('webpack-dashboard')
const DashboardPlugin = require('webpack-dashboard/plugin')
let dashboard
const debug = process.env.NODE_ENV === 'development'