This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kérés: | |
GET /api/HammyQueryAPI/messages?limit=10&messageTypeId%5B%5D=PROGRAM.HOME.BERKSHIRE&messageTypeId%5B%5D=PROGRAM.CROSS-PLATFORM&offset=0&sort=createdAt | |
Válasz: | |
{ | |
"data": [ | |
{ | |
"type": "messages", | |
"id": "26", | |
"attributes": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
● couchdb.service - CouchDB Server | |
Loaded: loaded (/usr/lib/systemd/system/couchdb.service; enabled; vendor preset: disabled) | |
Active: failed (Result: exit-code) since Sun 2017-05-14 22:02:43 CEST; 1min 16s ago | |
Process: 11962 ExecStart=/usr/lib/couchdb/bin/couchdb (code=exited, status=1/FAILURE) | |
Main PID: 11962 (code=exited, status=1/FAILURE) | |
máj 14 22:02:42 mypc couchdb[11962]: [error] 2017-05-14T20:02:42.464690Z couchdb@localhost <0.210.0> -------- Error starting Apache CouchDB: | |
máj 14 22:02:42 mypc couchdb[11962]: {error,{shutdown,{failed_to_start_child,couch_secondary_services,{shutdown,{failed_to_start_child,couch_peruser,{badarg,[{ets,member,[mem3_openers,<<"_users">>],[]},{mem3_shards,maybe_spawn_shard_writer,3,[{file,"src/mem3_shards.erl"},{line,486}]},{mem3_shards,load_shards_from_db,2,[{file,"src/mem3_shards.erl"},{line,389}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,378}]},{mem3_shards,for_db,2,[{file,"src/mem3_shards.erl"},{line,59}]},{mem3_shards,local |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $Id$ | |
# Maintainer: Sergej Pupykin <[email protected]> | |
# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua | |
# Contributor: Michael Fellinger <[email protected]> | |
pkgname=couchdb-git-peruser-git-test | |
pkgver=2.0.0_test | |
pkgrel=13 | |
pkgdesc="A document-oriented database that can be queried and indexed in a MapReduce fashion using JSON" | |
arch=('i686' 'x86_64') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ArpyEnhance | |
// @namespace hu.emoryy | |
// @version 0.2 | |
// @description enhances Arpy | |
// @author Emoryy | |
// @require https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.18.2/babel.js | |
// @require https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.16.0/polyfill.js | |
// @require https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js | |
// @include http://arpy.dbx.hu/timelog* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name AnimeAddicts Music Download links | |
// @namespace hu.emoryy | |
// @include http://animeaddicts.hu* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
try { | |
const links = $('[onclick^=flowplayer_play]'); | |
Array.from(links).forEach(function(link) { |
NewerOlder