Skip to content

Instantly share code, notes, and snippets.

@i8ramin
i8ramin / .dockerignore
Last active November 23, 2018 14:08
Prisma on Heroku via Docker
package.json
node_modules
package-lock.json
This file has been truncated, but you can view the full file.
! function(define) {
"function" == typeof define && define.amd && (define = undefined);
! function() {
function e(t, n, o) {
function i(r, s) {
if (!n[r]) {
if (!t[r]) {
var c = "function" == typeof require && require;
if (!s && c) return c(r, !0);
if (a) return a(r, !0);
<script>
/**
* Percent page viewed plugin
*
* Usage:
* bamPercentPageViewed.init({ option : 'value' });
*
* Options:
* trackDelay : 1500 - The delay (in ms) before a scroll position is considered stable (reduce scroll bouncers)
* percentInterval : 10 - Track every 10% the page is scrolled | Default: 25
<script>
/**
* Percent page viewed plugin
*
* Usage:
* bamPercentPageViewed.init({ option : 'value' });
*
* Options:
* trackDelay : 1500 - The delay (in ms) before a scroll position is considered stable (reduce scroll bouncers)
* percentInterval : 10 - Track every 10% the page is scrolled | Default: 25
@i8ramin
i8ramin / gist:4b3e5aa4ba2a38fb4c24
Last active August 29, 2015 14:19 — forked from stevenharman/gist:2910960
List of Pivotal Track events that can be ignored in Hipchat
story_create
add_story_label
story_label_add
remove_story_label
story_label_remove
comment_create
comment_delete
story_move_multi
multi_story_delete
story_delete_multi
@i8ramin
i8ramin / designer.html
Created December 15, 2014 16:19
designer
<link rel="import" href="../core-pages/core-pages.html">
<link rel="import" href="../core-drawer-panel/core-drawer-panel.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="../core-header-panel/core-header-panel.html">
<polymer-element name="my-element">
<template>
<style>
@i8ramin
i8ramin / designer.html
Created December 14, 2014 00:18
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@i8ramin
i8ramin / Gruntfile.js
Created December 15, 2013 15:06
Modified Gruntfile.js and package.json files to work with Appgyver Steroids
'use strict';
// # Globbing
// for performance reasons we're only matching one level down:
// 'test/spec/{,**/}*.js'
// use this if you want to recursively match all subfolders:
// 'test/spec/**/*.js'
module.exports = function (grunt) {
// show elapsed time at the end
'use strict';
// # Globbing
// for performance reasons we're only matching one level down:
// 'test/spec/{,**/}*.js'
// use this if you want to recursively match all subfolders:
// 'test/spec/**/*.js'
module.exports = function (grunt) {
// show elapsed time at the end
{
"name": "mySteroidsProject",
"version": "0.1.0",
"description": "My awesome AppGyver Steroids project.",
"repository": "N/A",
"readme": "N/A",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",