I haven't done Ruby in 5+ years and this reminder to myself how to kick start the bitpay-sdk gem to work with BTCPay Server.
No idea.
(function () { | |
const DICTIONARY = ['abandon', 'ability', 'able', 'about', 'above', 'absent', 'absorb', 'abstract', 'absurd', 'abuse', 'access', 'accident', 'account', 'accuse', 'achieve', 'acid', 'acoustic', 'acquire', 'across', 'act', 'action', 'actor', 'actress', 'actual', 'adapt', 'add', 'addict', 'address', 'adjust', 'admit', 'adult', 'advance', 'advice', 'aerobic', 'affair', 'afford', 'afraid', 'again', 'age', 'agent', 'agree', 'ahead', 'aim', 'air', 'airport', 'aisle', 'alarm', 'album', 'alcohol', 'alert', 'alien', 'all', 'alley', 'allow', 'almost', 'alone', 'alpha', 'already', 'also', 'alter', 'always', 'amateur', 'amazing', 'among', 'amount', 'amused', 'analyst', 'anchor', 'ancient', 'anger', 'angle', 'angry', 'animal', 'ankle', 'announce', 'annual', 'another', 'answer', 'antenna', 'antique', 'anxiety', 'any', 'apart', 'apology', 'appear', 'apple', 'approve', 'april', 'arch', 'arctic', 'area', 'arena', 'argue', 'arm', 'armed', 'armor', 'army', 'around', 'arrange', 'arrest', 'arrive', 'arrow', 'art', ' |
I haven't done Ruby in 5+ years and this reminder to myself how to kick start the bitpay-sdk gem to work with BTCPay Server.
No idea.
https://play.google.com/store/apps/details?id=net.namstudio.android.tool.fillmemory.free |
'use strict'; | |
module.exports.hello = (event, context, callback) => { | |
const response = { | |
statusCode: 200, | |
body: JSON.stringify({ | |
message: 'Go Serverless v1.0! Your function executed successfully!', | |
input: event, | |
}), | |
}; |
--- angular-google-maps.js 2016-04-21 15:48:38.000000000 +0200 | |
+++ angular-google-maps-2.0.9.custom.js 2016-04-21 15:43:34.000000000 +0200 | |
@@ -2,7 +2,6 @@ | |
* AngularJS directives for Google Maps | |
* git: https://github.com/angular-ui/angular-google-maps.git | |
*/ | |
- | |
/* | |
! | |
The MIT License |
/*! angular-google-maps 2.0.9 2014-11-18 | |
* AngularJS directives for Google Maps | |
* git: https://github.com/angular-ui/angular-google-maps.git | |
*/ | |
/* | |
! | |
The MIT License | |
Copyright (c) 2010-2013 Google, Inc. http://angularjs.org |
# o2 ADSL, Berlin Mitte | |
# Using cURL, fetch the jQuery library within ten seconds. | |
$ curl -m 10 http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.js > /dev/null | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 | |
curl: (28) Connection timed out after 10005 milliseconds | |
# Content from ajax.googleapis.com (and fonts.googleapis.com) time out! |
Companies whose core product is open source and actively developed in Berlin. | |
* CartoDB | |
* Crate.io | |
* Fairnopoly |
if (window.resolveLocalFileSystemURI) { | |
console.log('Attemping to resolveFileSystemURI of ' + imageData); | |
window.resolveLocalFileSystemURI( | |
imageData, | |
function(fileEntry) { | |
console.log('requesting file system'); | |
window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function(fs) { | |
console.log('moving file'); | |
fs.root.getDirectory('bob', {create: true}, function(dirEntry) { | |
var fileName = moment().valueOf().toString() + '.jpg'; |