I hereby claim:
- I am jabyrd3 on github.
- I am jabyrd3 (https://keybase.io/jabyrd3) on keybase.
- I have a public key whose fingerprint is F9F5 373E 4B4A EB3A C6D6 78A1 EA2C 669F 3986 5517
To claim this, I am signing this object:
'use strict'; | |
// Declare app level module which depends on filters, and services | |
angular.module('myApp', [ | |
'ngRoute', | |
'myApp.filters', | |
'myApp.services', | |
'myApp.directives', | |
'myApp.controllers', |
'use strict'; | |
// Declare app level module which depends on filters, and services | |
angular.module('myApp', [ | |
'ngRoute', | |
'myApp.filters', | |
'myApp.services', | |
'myApp.directives', | |
'myApp.controllers', | |
'ngResource', |
var util = require('util'); | |
var fs = require('fs'); | |
var markov = require('markov'); | |
function theCleaner(theText) { | |
if (theText.slice(-1) !== ('!' || '?' || '.')) { | |
theText = theText.slice(0, theText.length - 1); | |
theText += '.'; | |
} |
"Header":{ | |
"Key":{ | |
"Type":"Attribute", | |
"Title":"BoardName", | |
"Dimension":"Broker" | |
}, | |
"Value":{ | |
"Key":{ | |
"Type":"Attribute", | |
"Title":"BrokerName", |
/* Services */ | |
var myApp = angular.module('myApp.services', []); | |
myApp.service('DB', function($window) { | |
//var query = 'SELECT DISTINCT(prod_category) FROM prod_master'; | |
var dbConn = $window.sqlitePlugin.openDatabase({ | |
name: "hd_app.sqlite" | |
}); | |
var chewer = function(tx, res, callback) { |
{ | |
"errorCode": 0, | |
"errorDesc": null, | |
"Header": { | |
"Key": { | |
"Type": "Attribute", | |
"Title": "FullName", | |
"Dimension": "Agent" | |
}, | |
"Value": { |
(function () { | |
'use strict'; | |
/* globals _ */ | |
/* | |
* dismissable alert service | |
* - purpose | |
* this directive and service combo provide a reusable method of popping dismissable | |
* notifications for succesful submissions, errors, warnings, ad nauseam. | |
* | |
* - usage |
(function () { | |
'use strict'; | |
/* globals _*/ | |
/* - API access prettifier and standardizer | |
* we use this service heavily to take some of the pain out of writing api calls all the time. | |
* it wraps the native angular $http method. It'd be a simple task to write a non-angular specific | |
* version of this though. | |
* | |
* - Sample Usage: | |
* apiService.users(42).report(18).put({'sample': 'json'}).then(function(response){ |
I hereby claim:
To claim this, I am signing this object: