This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:606B2E3C103A443663DA82716B37390F365AADAA]
| frequency | raw | |
|---|---|---|
| 20.29 | 102.35 | |
| 22.67 | 102.13 | |
| 23.88 | 101.97 | |
| 25.15 | 101.83 | |
| 26.49 | 101.62 | |
| 27.90 | 101.29 | |
| 29.38 | 100.92 | |
| 30.95 | 100.62 | |
| 32.59 | 100.54 |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:606B2E3C103A443663DA82716B37390F365AADAA]
I hereby claim:
To claim this, I am signing this object:
| # Build stage | |
| FROM node:8 as build | |
| ENV HUGO_VERSION 0.45 | |
| # Install dependencies | |
| RUN apt-get update && apt-get install -y \ | |
| nasm && \ | |
| curl -sLo hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz" && \ | |
| mkdir hugo && \ |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| PHPUnit does not output valid junit files. This XSLT file transforms the | |
| output it does have to be valid. | |
| Found here on a jetbrains Teamcity issue (they added an exception to their | |
| junit parser since PHPUnit shows no inclination to change): | |
| https://youtrack.jetbrains.com/issue/TW-17249#comment=27-231993 |
| require 'json' | |
| require 'yaml' | |
| VAGRANTFILE_API_VERSION = "2" | |
| confDir = $confDir ||= File.expand_path("vendor/laravel/homestead", File.dirname(__FILE__)) | |
| homesteadYamlPath = File.dirname(__FILE__) + "/Homestead.yaml" | |
| afterScriptPath = "after.sh" | |
| aliasesPath = "aliases" |
| <?php | |
| namespace Bolt\Extension\Cooperaj\BoltTwitter; | |
| use Doctrine\Common\Cache\Cache; | |
| class ResilientCache implements Cache | |
| { | |
| /** | |
| * @var Cache |
I hereby claim:
To claim this, I am signing this object:
| /***************************************************************** | |
| LSM9DS0_AHRS.ino | |
| SFE_LSM9DS0 Library AHRS Data Fusion Example Code | |
| Jim Lindblom @ SparkFun Electronics | |
| Original Creation Date: February 18, 2014 | |
| https://github.com/sparkfun/LSM9DS0_Breakout | |
| Modified by Kris Winer, April 4, 2014 | |
| The LSM9DS0 is a versatile 9DOF sensor. It has a built-in |
| // I2C device class (I2Cdev) demonstration Processing sketch for MPU6050 DMP output | |
| // 6/20/2012 by Jeff Rowberg <[email protected]> | |
| // Updates should (hopefully) always be available at https://github.com/jrowberg/i2cdevlib | |
| // | |
| // Changelog: | |
| // 2012-06-20 - initial release | |
| /* ============================================ | |
| I2Cdev device library code is placed under the MIT license | |
| Copyright (c) 2012 Jeff Rowberg |