Skip to content

Instantly share code, notes, and snippets.

@piatra
piatra / error.log
Created November 7, 2012 13:15
nodejitsu deploy error
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: Rackspace Error (404): Item not found
error: Error output from Haibu:
error:
error: Error: Rackspace Error (404): Item not found
error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node_modules/cloudfiles/lib/cloudfiles/common.js:184:18)
error: at Request.init.self.callback (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:119:22)
@piatra
piatra / index.html
Last active December 15, 2015 07:29
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<img src="4.jpg" id="image1">
<div class='resize resize-right'></div>
<div class='resize resize-top'></div>
@piatra
piatra / dabblet.css
Created June 20, 2013 11:17
CSS Variables test
body {
/**
* CSS Variables test
*/
background: red;
-webkit-var-foo: purple;
@piatra
piatra / test.js
Created July 1, 2013 09:19
test case
function foo () {
bar = 1;
}
if (bar) {
console.log('bar');
} else { // actually throws an error
console.log('no bar');
}
{ name: 'bower',
description: 'The browser package manager.',
'dist-tags': { latest: '0.10.0' },
versions:
[ '0.1.0',
'0.1.2',
'0.1.3',
'0.2.0',
'0.3.0',
{
"assetId": "51e5bbb32accfe6525000002",
"@context": "https://w3id.org/payswarm/v1",
"id": "http://listings.dev.payswarm.com/mozhacks/html5-me-song#listing",
"userId": "51cb00e7b544338396000001",
"vendor": "https://dev.payswarm.com/i/the-webdevs",
"asset": "http://listings.dev.payswarm.com/mozhacks/demo#asset",
"assetHash": "urn:sha256:04a349226b8aa3342d1f793572e3a3049c539144d1762547862f92b44c084af9",
"license": "https://w3id.org/payswarm/licenses/personal-use",
"licenseHash": "urn:sha256:73ebeac3656bf37419a02a9d5041226dcc42722d5256895d324519a7b6d7d690",
@piatra
piatra / travis.js
Last active December 20, 2015 00:09
travis.ci log
Using worker: worker-linux-5-1.bb.travis-ci.org:travis-linux-1
git.1
$ git clone --depth=50 --branch=master git://github.com/topcoat/button-base.git topcoat/button-base
Cloning into 'topcoat/button-base'...
remote: Counting objects: 195, done.
remote: Compressing objects: 100% (106/106), done.
remote: Total 195 (delta 90), reused 169 (delta 69)
Receiving objects: 100% (195/195), 28.95 KiB | 0 bytes/s, done.
Resolving deltas: 100% (90/90), done.
$ cd topcoat/button-base
@piatra
piatra / effeckt.buttons.json
Created July 25, 2013 14:08
Page set for testing Topcoat + Effeckt.css Page sets are json files that specify URLs and actions.
{
"description": "Topcoat + Effeckt.css",
"user_agent_type": "desktop",
"pages": [
{
"name": "Buttons",
"url": "localhost:8000/dist/buttons.html",
"smoothness": [
{
"action": "click_element",
@piatra
piatra / receipt.json
Last active December 20, 2015 13:59
receipt
{ '@context': 'https://w3id.org/payswarm/v1',
type: 'Receipt',
preferences: [ 'PreAuthorization' ],
contract:
{ id: 'https://dev.payswarm.com/transactions/1.3.126.3f',
type: [ 'Transaction', 'Contract' ],
vendor: 'https://dev.payswarm.com/i/webpay',
asset: 'https://webpayments.fwd.wf/assets/asset/140408c59da',
assetAcquirer: 'https://dev.payswarm.com/i/piatra',
assetProvider: 'https://dev.payswarm.com/i/webpay',
@piatra
piatra / log.json
Last active December 20, 2015 14:39
purchase --verbose
payswarm.purchase - POSTing purchase request to: "https://dev.payswarm.com/transactions"
payswarm.purchase - Purchase Request: {
"@context": "https://w3id.org/payswarm/v1",
"type": "PurchaseRequest",
"identity": "https://dev.payswarm.com/i/piatra",
"listing": "https://webpayments.fwd.wf/listings/listing/14058676df0",
"listingHash": "urn:sha256:2c61fd8f5700c650014fe3b33b0ffce454238b329b6829152471a63e6fcef8ba",
"signature": {
"type": "GraphSignature2012",
"creator": "https://dev.payswarm.com/i/webpay/keys/1",