Skip to content

Instantly share code, notes, and snippets.

View Batmanian's full-sized avatar

Jack Dunstan Batmanian

  • Melbourne, Australia
View GitHub Profile
### Keybase proof
I hereby claim:
* I am batmanian on github.
* I am batmanian (https://keybase.io/batmanian) on keybase.
* I have a public key ASDNNo8eIRlEIeAXTIzLdyYepuG7Ord8cR1-RTxeuVot7go
To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am batmanian on github.
  • I am batmanian (https://keybase.io/batmanian) on keybase.
  • I have a public key ASDNNo8eIRlEIeAXTIzLdyYepuG7Ord8cR1-RTxeuVot7go

To claim this, I am signing this object:

@Batmanian
Batmanian / cloudSettings
Last active September 11, 2018 09:54
VSCode sync
{"lastUpload":"2018-03-04T09:55:32.542Z","extensionVersion":"v2.8.7"}
[{ "term":"Acute",
"description":"The word ‘acute’ describes a condition that is short term, comes on quickly and is likely to progress rapidly."
},{ "term":"Aged care assessment team",
"description":"A team of medical and allied health professionals who assesses the needs of older people and their carers and determine the supports required."
},{ "term":"ACAT",
"description":"A team of medical and allied health professionals who assesses the needs of older people and their carers and determine the supports required."
},{ "term":"Biases",
"description":"Social and cultural biases arise when we consider our behaviour ‘normal’ and use that to judge others."
},{ "term":"Care plan",
"description":"A care plan is a document that outlines the individual care needs and types of support and services that an individual requires. The care plan outlines where, when and why the person requires support and how to deliver this support usin
@Batmanian
Batmanian / gulpfile.js
Created November 24, 2017 04:05
Gulpfile that converts HTML to JSON
var gulp = require('gulp');
var cleanhtml = require('gulp-cleanhtml');
var insert = require('gulp-insert');
var rename = require("gulp-rename");
var toJson = require('gulp-to-json');
var jsonlint = require('gulp-json-lint');
var replace = require('gulp-replace');
gulp.task('html2json', function(){
gulp.src(['glossary.html'])
@Batmanian
Batmanian / canvas_page.json
Last active November 14, 2017 23:23
Example of Instructure Canvas page from REST API
{"title":"Glossary","created_at":"2017-11-07T22:44:32Z","url":"glossary","editing_roles":"teachers","page_id":369009,"last_edited_by":{"id":32796,"display_name":"william jack dunstan","avatar_image_url":"https://rmit.instructure.com/images/thumbnails/1146301/NYKLf91AaoiZASsQld3z2Ggu1nTHYmm0rCGhxh9J","html_url":"https://rmit.instructure.com/courses/29139/users/32796"},"published":true,"hide_from_students":false,"front_page":false,"html_url":"https://rmit.instructure.com/courses/29139/pages/glossary","updated_at":"2017-11-09T22:56:17Z","locked_for_user":false,"body":"\u003clink rel=\"stylesheet\" href=\"https://instructure-uploads-apse2.s3-ap-southeast-2.amazonaws.com/account_95950000000000001/attachments/972375/canvas4.css\"\u003e\u003cdiv class=\"row\"\u003e\r\n\u003cdiv class=\"col-3\"\u003e\r\n\u003ch5\u003eJump to...\u003c/h5\u003e\r\n\u003cspan class=\"toc\"\u003e\u003c/span\u003e\n\u003c/div\u003e\r\n\u003cdiv class=\"col-9 toc-content\"\u003e\r\n\u003ch2\u003eAcute\u003c/h2\u003e\r\n\u003cp\u003e\u003ca
@Batmanian
Batmanian / gulpfile.js
Last active November 7, 2017 06:32
My latest do everything gulpfile.js
var gulp = require('gulp'),
plumber = require('gulp-plumber'),
rename = require('gulp-rename');
var autoprefixer = require('gulp-autoprefixer');
var concat = require('gulp-concat');
var uglify = require('gulp-uglify');
var imagemin = require('gulp-imagemin'),
cache = require('gulp-cache');
var minifycss = require('gulp-minify-css');
var sass = require('gulp-sass');
[
{
"term" : "espy",
"description" : "The Esplanade hotel St. Kilda"
},
{
"term": "don dons",
"description": "A very cheap japanese restaurant a favourite of RMIT students"
},
{
@Batmanian
Batmanian / chart-js-pie-chart.markdown
Created August 27, 2017 03:48
chart.js - Pie Chart