Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View MarcelRobitaille's full-sized avatar

Marcel Robitaille MarcelRobitaille

View GitHub Profile
Generating RSA private key, 2048 bit long modulus
............+++
.................................+++
e is 65537 (0x10001)
Generating RSA private key, 2048 bit long modulus
...+++
...........................+++
e is 65537 (0x10001)
Signature ok
subject=/C=DE/ST=BW/L=Stuttgart/O=Dummy Authority/CN=localhost
/**
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
#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 ===============================
//===========================================================================
909ms building modules
13ms sealing
0ms optimizing
0ms basic module optimization
2ms module optimization
1ms advanced module optimization
9ms basic chunk optimization
0ms chunk optimization
1ms advanced chunk optimization
15ms module and chunk tree optimization
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'
#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 ===============================
//===========================================================================
@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
/* 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;
}
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
@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;