I hereby claim:
- I am jamesmstone on github.
- I am jamesstone (https://keybase.io/jamesstone) on keybase.
- I have a public key ASAZ1CrExkJOwoCz3kU-sm_jlLg7pP8tSK0Mmn0Rm7tHLQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Description: Boxstarter Script | |
# Author: Jess Frazelle <[email protected]> | |
# Last Updated: 2017-09-11 | |
# | |
# Install boxstarter: | |
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# | |
# You might need to set: Set-ExecutionPolicy RemoteSigned | |
# | |
# Run this boxstarter by calling the following from an **elevated** command-prompt: |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"> | |
<meta charset="utf-8"> | |
<title>Simple markers</title> | |
<style> | |
/* Always set the map height explicitly to define the size of the div | |
* element that contains the map. */ | |
#map { |
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../paper-toast/paper-toast.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../paper-slider/paper-slider.html"> | |
<link rel="import" href="../paper-toggle-button/paper-toggle-button.html"> |
Function Get-NeglectedFiles | |
{ | |
Param([string[]]$path, | |
[int]$numberDays) | |
$cutOffDate = (Get-Date).AddDays(-$numberDays) |
I hereby claim:
To claim this, I am signing this object:
apt-get install make git ruby -y && git clone https://github.com/project-nsmg/figure.git && cd figure && make install && visudo |