I hereby claim:
- I am znarkus on github.
- I am znarkus (https://keybase.io/znarkus) on keybase.
- I have a public key whose fingerprint is 6603 9274 77F4 9477 11E3 0210 A2D8 CA0E F5B6 31BF
To claim this, I am signing this object:
$ DB_POOL_MIN=1 DB_POOL_MAX=1 node -r dotenv/config -r babel-register -r babel-polyfill scripts/dev/trx-test.js | |
knex:tx trx1: Starting top level transaction +0ms | |
knex:tx trx2: Starting top level transaction +13ms | |
bolt:knex:query { bindings: undefined, sql: 'BEGIN;' } +61ms | |
bolt:knex:query { bindings: [], sql: 'select * from testt' } +16ms | |
bolt:knex:query { bindings: [ 1 ], sql: 'update testt set counter = counter + 1 where id = ?' } +4ms | |
AFTER UPDATE id 1 | |
AFTER 5s DELAY id 1 | |
bolt:knex:query { bindings: undefined, sql: 'COMMIT;' } +5s | |
knex:tx trx1: releasing connection +2ms |
I hereby claim:
To claim this, I am signing this object:
'use strict'; | |
var Sequelize = require('sequelize'); | |
var sequelize = new Sequelize('mysql://[email protected]/test'); | |
var Promise = require('bluebird'); | |
var Person; | |
var PersonRole; | |
var Role; | |
var Product; | |
var Account; |
//location = $('.iMedia div').css('background-image').match(/url\(['"]*(.+)['"]*\)/)[1] | |
$('<a>', { | |
href: $('.iMedia div').css('background-image').match(/url\(['"]*(.+)['"]*\)/)[1], | |
download: '' | |
}).text('Download Photo').css({ | |
position: 'fixed', | |
left: '50%', | |
top: '50%', | |
zIndex: 9999, |
function changeUrlParam(paramName, newValue) { | |
var search = location.search.replace(new RegExp('[?&]' + paramName + '=[^&]+'), ''), | |
url = location.pathname + search; | |
if (newValue !== null) { | |
url += (search ? '&' : '?') + | |
paramName + '=' + newValue; | |
} | |
location = url; |
imgNaturalSize($img, function (width, height) { | |
// $img is now loaded | |
}); |
$ "/Applications/Luminance HDR 2.3.1.app/Contents/MacOS/align_image_stack" -v -a aligned_ _MG_5141.CR2 _MG_5142.CR2 _MG_5132.CR2 | |
_MG_5141.CR2: Warning, incorrect count for field "BitsPerSample" (3, expecting 1); tag trimmed. | |
libc++abi.dylib: terminate called throwing an exception | |
Abort trap: 6 |
echo 'onload="src"+='#'+document.location"'; | |
^ ^ | |
här här | |
börjar avslutar | |
strängen du | |
den |
~# iptables -L OUTPUT | |
Chain OUTPUT (policy ACCEPT) | |
target prot opt source destination | |
ufw-before-logging-output all -- anywhere anywhere | |
ufw-before-output all -- anywhere anywhere | |
ufw-after-output all -- anywhere anywhere | |
ufw-after-logging-output all -- anywhere anywhere | |
ufw-reject-output all -- anywhere anywhere | |
ufw-track-output all -- anywhere anywhere |