Skip to content

Instantly share code, notes, and snippets.

@mmoore99
mmoore99 / ACNH.json
Created July 26, 2020 19:00 — forked from metcalfc/ACNH.json
Kayla Cinnamon's Animal Crossings New Horizons Windows Terminal Colorscheme
{
"name": "ACHN",
"background": "#0a85d9",
"black": "#282a2e",
"blue": "#1f415c",
"brightBlack": "#373b41",
"brightBlue": "#8bcaff",
"brightCyan": "#4de0cc",
"brightGreen": "#bbd627",
"brightPurple": "#df9af4",
angular.module('my.cordova.plugins', ['ionic'])
// for media plugin : http://plugins.cordova.io/#/package/org.apache.cordova.media
.factory('MediaSrv', function($q, $ionicPlatform, $window){
var service = {
loadMedia: loadMedia,
getStatusMessage: getStatusMessage,
getErrorMessage: getErrorMessage
};
@mmoore99
mmoore99 / 0_reuse_code.js
Created January 18, 2014 16:44
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console