I hereby claim:
- I am xeophin on github.
- I am xeophin (https://keybase.io/xeophin) on keybase.
- I have a public key ASCHEFqQgsWguBdpSoLOXie1uL1rObhrpx2kOCohEH7acAo
To claim this, I am signing this object:
tap "homebrew/bundle" | |
brew "deno" | |
brew "git" | |
brew "git-lfs" | |
brew "node" | |
brew "nvm" | |
brew "[email protected]" | |
brew "yarn" | |
cask "1password" | |
cask "adobe-creative-cloud" |
rest: | |
# This downloads the URLs of the current data files | |
- resource: https://www.covid19.admin.ch/api/data/context | |
# Checks every 6 hours. The data changes every 24 hours, so maybe this is too much | |
# Your mileage may vary, etc.pp. | |
scan_interval: 21600 | |
sensor: | |
- name: "Covid Data Sources" | |
json_attributes_path: "$.sources.individual.json.daily" | |
value_template: "OK" |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |
<title>D3: Subselection Example</title> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<style type="text/css"> | |
body { | |
font: 13px sans-serif; |
I hereby claim:
To claim this, I am signing this object:
using UnityEngine; | |
using System.Reflection; | |
/// <summary> | |
/// Automatically provides a version number to a project and displays | |
/// it for 20 seconds at the start of the game. | |
/// </summary> | |
/// <remarks> | |
/// Change the first two number to update the major and minor version number. |
using UnityEngine; | |
using System.Collections; | |
/// <summary> | |
/// Automatically scales quality up or down based on the current framerate (average). | |
/// </summary> | |
/// | |
/// \author Kaspar Manz | |
/// \date 2014-03-10 | |
/// \version 1.0.0 |