Skip to content

Instantly share code, notes, and snippets.

View kalebdf's full-sized avatar
Drinking Coffee

Kaleb Fulgham kalebdf

Drinking Coffee
View GitHub Profile
@kalebdf
kalebdf / LICENSE
Last active January 30, 2024 11:17 — forked from adilapapaya/README
Export Table Data to CSV using Javascript
MIT License
Copyright (c) 2015 Kaleb Fulgham
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@kalebdf
kalebdf / StellarModuleTest.coffee
Created August 3, 2012 21:03
Event triggered on helper for async Jasmine calls
###
Stellar Module Test - Assumes jasmine is global
@author: Kaleb Fulgham
@license: MIT
###
define [
'../specs/helpers/TestHelpers'
'modules/StellarModule'
],
(TestHelpers, StellarModule) ->
@kalebdf
kalebdf / StellarModuleTest.coffee
Created July 19, 2012 17:19
Check deferred helper (promises) for Jasmine calls
###
Stellar Module Test - Assumes jasmine is global
@author: Kaleb Fulgham
@license: MIT
###
define [
'../specs/helpers/TestHelpers'
'modules/StellarModule'
],
(TestHelpers, StellarModule) ->