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]
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 |
<?php if ($options['show_feed']) : ?> | |
<div class="armory_section armory_feed"> | |
<h4><?php _e('Recent Activity', 'wow_armory_character'); ?></h4> | |
<ul class="armory_feed_list"> | |
<?php $feed_icons = ($options['show_feed'] & WoW_Armory_Character_Plugin::STYLE_FEED_ICONS) === WoW_Armory_Character_Plugin::STYLE_FEED_ICONS; | |
$feed_achiev = ($options['show_feed'] & WoW_Armory_Character_Plugin::STYLE_FEED_ACHIEVEMENTS) === WoW_Armory_Character_Plugin::STYLE_FEED_ACHIEVEMENTS; | |
$feed_criteria = ($options['show_feed'] & WoW_Armory_Character_Plugin::STYLE_FEED_CRITERIA) === WoW_Armory_Character_Plugin::STYLE_FEED_CRITERIA; | |
$feed_loot = ($options['show_feed'] & WoW_Armory_Character_Plugin::STYLE_FEED_ITEMS) === WoW_Armory_Character_Plugin::STYLE_FEED_ITEMS; | |
$feed_items = $character->get_activity_feed_items(5); // return a max of 5 of each type. |