Skip to content

Instantly share code, notes, and snippets.

View jwill's full-sized avatar

James Williams jwill

View GitHub Profile
@jwill
jwill / gradle.json
Created April 23, 2018 07:56
Scoop Gradle JSON manifest
{
"homepage": "https://gradle.org",
"version": "4.7",
"license": "Apache-2.0",
"hash": "fca5087dc8b50c64655c000989635664a73b11b9bd3703c7d6cabd31b7dcdb04",
"url": "https://services.gradle.org/distributions/gradle-4.7-bin.zip",
"extract_dir": "gradle-4.7",
"bin": "bin\\gradle.bat",
"suggest": {
"JDK": [
@jwill
jwill / GeneratedHelloWorld.java
Created August 25, 2016 21:06
Generated Hello World using JavaPoet and Groovy
package com.udacity.javand;
public class CodeClass1471932125479 {
public static void studentCode() {
System.out.println("Hello, World!");
}
public static void solutionCode() {
System.out.println("Java Rocks!");
### Keybase proof
I hereby claim:
* I am jwill on github.
* I am jwill (https://keybase.io/jwill) on keybase.
* I have a public key whose fingerprint is BBA0 0790 2A4F E391 D85A D35C A0CB 6DD7 9818 FA16
To claim this, I am signing this object:
@jwill
jwill / gist:d08acbbac1f2d9506fde
Last active August 29, 2015 14:15
Test Canvas
var c = getCanvas();
var ctx = c.getContext('2d');
ctx.fillStyle = 'yellow';
ctx.fillRect(0,0,50,50);
@jwill
jwill / MemeMaker-Solution.html
Created November 4, 2014 01:00
Simple MemeMaker Solution Code
<!DOCTYPE html>
<html>
<head>
<title>MemeMaker-Simple</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<style>
@jwill
jwill / MemeMaker.html
Last active January 23, 2024 23:33
Starter code for Meme Maker
<!DOCTYPE html>
<html>
<head>
<title>MemeMaker-Simple</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<style>
@jwill
jwill / designer.html
Created October 22, 2014 22:17
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../ace-element/ace-element.html">
<polymer-element name="my-element">
<template>
<style>
:host {
@jwill
jwill / designer.html
Created July 28, 2014 04:04
designer
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#paper_button {
left: 390px;
top: 120px;
position: absolute;
We couldn’t find that file to show.
@jwill
jwill / gist:8638365
Created January 26, 2014 19:53
Export to PDF from Command Line
emacs -batch --visit=Changelog.org --funcall org-export-as-pdf