Skip to content

Instantly share code, notes, and snippets.

View jamesmstone's full-sized avatar
🙃

James Stone jamesmstone

🙃
View GitHub Profile

Keybase proof

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:

@jamesmstone
jamesmstone / boxstarter.ps1
Last active April 19, 2020 21:11 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# 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 {
@jamesmstone
jamesmstone / designer.html
Last active October 27, 2016 11:06
designer
<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">
@jamesmstone
jamesmstone / Get-NeglectedFiles.ps1
Last active November 24, 2022 13:21
A collection of PowerShell scripts for finding unused files
Function Get-NeglectedFiles
{
Param([string[]]$path,
[int]$numberDays)
$cutOffDate = (Get-Date).AddDays(-$numberDays)

Keybase proof

I hereby claim:

  • I am jamesmstone on github.
  • I am jamesstone (https://keybase.io/jamesstone) on keybase.
  • I have a public key whose fingerprint is 431B F534 47F7 EFFF 4E96 D52C 888A 48C9 9B3E 980B

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