I hereby claim:
- I am theskorm on github.
- I am mwheeler (https://keybase.io/mwheeler) on keybase.
- I have a public key whose fingerprint is 05C6 ED26 D13E 0ED1 FD3D 47B7 EF7E 3141 5926 5359
To claim this, I am signing this object:
| #ifndef CONFIGURATION_H | |
| #define CONFIGURATION_H | |
| #include "boards.h" | |
| #include "macros.h" | |
| //=========================================================================== | |
| //============================= Getting Started ============================= | |
| //=========================================================================== | |
| /* |
| #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 | |
| // User-specified version info of this build to display in [Pronterface, etc] terminal window during | |
| // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this | |
| // build by the user have been successfully uploaded into firmware. |
I hereby claim:
To claim this, I am signing this object:
| #run as root and run this first | |
| # echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all | |
| # derived from http://code.activestate.com/recipes/409689-icmplib-library-for-creating-and-reading-icmp-pack/ | |
| # https://gist.github.com/pklaus/856268 | |
| # Distributable under the terms of the GNU General Public License | |
| # version 2. Provided with no warranties of any sort. | |
| inputcsv = """0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 | |
| 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 |
| /* | |
| * HTTP over TLS (HTTPS) example sketch | |
| * | |
| * This example demonstrates how to use | |
| * WiFiClientSecure class to access HTTPS API. | |
| * We fetch and display the status of | |
| * esp8266/Arduino project continuous integration | |
| * build. | |
| * | |
| * Created by Ivan Grokhotkov, 2015. |
| # Robot module configurations : general handling of movement G-codes and slicing into moves | |
| arm_solution linear_delta # delta selection | |
| arm_length 226 # this is the length of an arm from hinge to hinge | |
| arm_radius 108.11 # this is the horiontal distance from hinge to hinge when the effector is centered | |
| default_feed_rate 3000 # Default rate ( mm/minute ) for G1/G2/G3 moves | |
| default_seek_rate 3000 # Default rate ( mm/minute ) for G0 moves | |
| mm_per_arc_segment 0.0 # Fixed length for line segments that divide arcs 0 to disable | |
| mm_max_arc_error 0.01 # The maximum error for line segments that divide arcs 0 to disable |
| ; G-Code generated by Simplify3D(R) Version 3.0.2 | |
| ; Aug 7, 2016 at 11:31:45 AM | |
| ; Settings Summary | |
| ; processName,Process1 | |
| ; applyToModels,fox | |
| ; profileName,3KU (modified) | |
| ; profileVersion,2016-06-28 22:06:37 | |
| ; baseProfile,Default | |
| ; printMaterial,ABS | |
| ; printQuality,Medium |
| homeassistant: | |
| # Name of the location where Home Assistant is running | |
| name: Home | |
| # Location required to calculate the time the sun rises and sets | |
| # Impacts weather/sunrise data | |
| # metric for Metric, imperial for Imperial | |
| unit_system: metric | |
| # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones | |
| time_zone: Australia/Melbourne |
I hereby claim:
To claim this, I am signing this object:
| var fs = require("fs"); | |
| var sad = function(){ | |
| return true; | |
| }; | |
| sad.stop = function(){ | |
| return true | |
| } | |
| beAwesome = function(){ |