Skip to content

Instantly share code, notes, and snippets.

View overbyte's full-sized avatar

Overbyte overbyte

  • Allandt Ltd
View GitHub Profile
@overbyte
overbyte / hello
Last active March 13, 2020 10:45
say wotcha
@overbyte
overbyte / .vimrc
Last active April 9, 2018 10:49
vimrc
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
@overbyte
overbyte / keybase.md
Last active October 6, 2017 14:44
keybase.md

Keybase proof

I hereby claim:

  • I am overbyte on github.
  • I am overbyte (https://keybase.io/overbyte) on keybase.
  • I have a public key ASDhpw-wHQiXGsc5nXAjW9XywO7hg4NE17O5ff-hKHP3MQo

To claim this, I am signing this object:

@overbyte
overbyte / emmett-email-table.txt
Created January 13, 2017 13:38
emmett email table
table[cellpadding=0 cellspacing=0 border=0 width=600 bgcolor=#ffffff]>tr>td
/**
** To Allow relative template paths, we wrap the component in a function that receives the path to the
** currently executing script (minus the actual filename)
**/
(function (currentScriptPath) {
'use strict';
angular
.module('module.name')
<snippet>
<content><![CDATA[
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
$1
</script>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>embedswf</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<snippet>
<content><![CDATA[
var flashvars = {};
var params = {};
var attributes = {};
params.menu = false;
params.scale = 'noscale';
params.wmode = 'transparent';
params.allowScriptAccess = 'always';