Skip to content

Instantly share code, notes, and snippets.

{
"eventType": "task-status-updated",
"eventTime": "2020-01-28T22:04:18.778Z",
"product": "verify",
"data": {
"previousStatus": "processing",
"status": "completed",
"salary": "94000",
"employment": "active",
"position": "Project Manager",
<script src="https://cdn.atomicfi.com/transact.js"></script>
<script>
Atomic.transact({
publicToken: "your-token",
demoMode: "true",
product: "deposit",
color: "#4B39EF"
});
</script>
<template>
<div>
<VueDropzone
id="dropzone"
v-on:vdropzone-sending="sendingEvent"
:awss3="awss3"
v-on:vdropzone-s3-upload-error="s3UploadError"
v-on:vdropzone-s3-upload-success="s3UploadSuccess"
:options="dropzoneOptions"
/>
if let url = NSURL(string: "http://etc..."),
data = NSData(contentsOfURL: url)
{
imageURL.image = UIImage(data: data)
}
@scottweinert
scottweinert / dabblet.css
Created July 11, 2013 20:24
CSS Photo Album
/* CSS Photo Album */
/* Rebound of this shot by @daryl: http://drbl.in/fwwM */
* {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
}
@scottweinert
scottweinert / dabblet.css
Created July 11, 2013 20:18
CSS Photo Album
/* CSS Photo Album */
/* Rebound of this shot by @daryl: http://drbl.in/fwwM */
* {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
}
@scottweinert
scottweinert / dabblet.css
Created July 11, 2013 20:18 — forked from daneden/dabblet.css
CSS Photo Album
/* CSS Photo Album */
/* Rebound of this shot by @daryl: http://drbl.in/fwwM */
* {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
}
@scottweinert
scottweinert / dabblet.css
Created July 11, 2013 20:18
CSS Photo Album
/* CSS Photo Album */
/* Rebound of this shot by @daryl: http://drbl.in/fwwM */
* {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
}
@scottweinert
scottweinert / gist:5810239
Created June 18, 2013 22:53
Nodejitsu with socket.io - not working
/**
* Start NodeJS Server
*/
var port = 80;
if (process.env.CRON) { port = 3000; }
var secureServer = require('https').createServer(options, app)
// Initialize Socket IO
Common.io = require('socket.io').listen(secureServer)
The application pingplot has failed to deploy.
Error 500 deploy:nodejitsu:start_app: Unspecified error
Error: Error building snapshot
at Object.nodejitsu.deploy (/opt/haibu/apps/nodejitsu/nodejitsu-webhooks-api/package/lib/nodejitsu.js:150:29)
at Request. (/opt/haibu/apps/nodejitsu/nodejitsu-webhooks-api/package/models/deploy.js:595:29)
at Request.EventEmitter.emit (events.js:117:20)
at IncomingMessage. (/opt/haibu/apps/nodejitsu/nodejitsu-webhooks-api/package/node_modules/request/main.js:617:14)
at IncomingMessage.EventEmitter.emit (events.js:117:20)