Skip to content

Instantly share code, notes, and snippets.

View agassan's full-sized avatar

Artem Gassan agassan

  • San Francisco, CA
View GitHub Profile
<!-- Bootstrap v3.0.3 -->
<link href="https://s3.amazonaws.com/mturk-public/bs30/css/bootstrap.min.css" rel="stylesheet" />
<section class="container" id="Survey" style="margin-bottom:15px; padding: 10px 10px; font-family: Verdana, Geneva, sans-serif; color:#333333; font-size:0.9em;">
<div class="row col-xs-12 col-md-12"><!-- Instructions -->
<div class="panel panel-primary">
<div class="panel-heading"><strong>Instructions</strong></div>
<div class="panel-body">
<p><strong><span style="color:#FF0000;">This survey should be taken if you have a small business and you&nbsp;are an owner of the company. Please make a selection for value offering presentation that best resonates for you and provide a detailed description on what to improve.</span></strong></p>
</div>
<!-- Bootstrap v3.0.3 -->
<link href="https://s3.amazonaws.com/mturk-public/bs30/css/bootstrap.min.css" rel="stylesheet" />
<section class="container" id="Survey" style="margin-bottom:15px; padding: 10px 10px; font-family: Verdana, Geneva, sans-serif; color:#333333; font-size:0.9em;">
<div class="row col-xs-12 col-md-12"><!-- Instructions -->
<div class="panel panel-primary">
<div class="panel-heading"><strong>Instructions</strong></div>
<div class="panel-body">
<p><strong><span style="color:#FF0000;">This survey should be taken if you have a small business and you&nbsp;are an owner of the company. Please make a selection for value offering presentation that best resonates for you and provide a detailed description on what to improve.</span></strong></p>
</div>
<!-- Bootstrap v3.0.3 -->
<link href="https://s3.amazonaws.com/mturk-public/bs30/css/bootstrap.min.css" rel="stylesheet" />
<section class="container" id="Survey" style="margin-bottom:15px; padding: 10px 10px; font-family: Verdana, Geneva, sans-serif; color:#333333; font-size:0.9em;">
<div class="row col-xs-12 col-md-12"><!-- Instructions -->
<div class="panel panel-primary">
<div class="panel-heading"><strong>Instructions</strong></div>
<div class="panel-body">
<p><strong><span style="color:#FF0000;">This survey should be taken if you have a small business and you&nbsp;are an owner of the company. Please make a selection for value offering that best resonates with and provide a detailed description of how you understood it or/and provide recommendations on what to improve.</span></strong></p>
</div>
<!-- Bootstrap v3.0.3 -->
<link href="https://s3.amazonaws.com/mturk-public/bs30/css/bootstrap.min.css" rel="stylesheet" />
<section class="container" id="Survey" style="margin-bottom:15px; padding: 10px 10px; font-family: Verdana, Geneva, sans-serif; color:#333333; font-size:0.9em;">
<div class="row col-xs-12 col-md-12"><!-- Instructions -->
<div class="panel panel-primary">
<div class="panel-heading"><strong>Instructions</strong></div>
<div class="panel-body">
<p><strong><span style="color:#FF0000;">This survey should be taken if you have a small business and you&nbsp;are an owner of the company. Please make a selection for value offering that best resonates with and provide a detailed description of how you understood it or/and provide recommendations on what to improve.</span></strong></p>
</div>
var urlValue = (function(location) {
return location.search
.split(/[&||?]/)
.filter(function (x) {
return x.indexOf("=") > -1;
})
.map(function (x) {
return x.split(/=/);
})
.map(function (x) {
<Response>
<Dial callerId="18004321321">
<User>sip:agassan160816003126@phone.plivo.com</User>
</Dial>
</Response>
@agassan
agassan / gist:9b89ba02fd0744d1e1a9
Created April 18, 2015 17:45
Kickbox.io Error
{
"response": {
"body": {
"result": "undeliverable",
"reason": "rejected_email",
"role": false,
"free": false,
"disposable": false,
"accept_all": false,
"did_you_mean": null,
//NOTE:
//getUrlVars() should be global function
//add jQuery cookies library (https://github.com/carhartl/jquery-cookie)
//Global function
function getUrlVars() {
var vars = {};
var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(m,key,value) {
vars[key] = value;
});