Skip to content

Instantly share code, notes, and snippets.

@p2k
p2k / README.md
Created February 11, 2020 11:59
Collection of Scripts to Verify Couchbase Sync Gateway Integrity

Steps to reproduce

Initialize:

yarn install

Build config.json:

@p2k
p2k / tos_skill_sim_ext.user.js
Last active March 22, 2016 00:05
A UserScript which adds URL save/load functionality with history back/forward to the Tree of Savior Skill Simulator on tosbase.com
// ==UserScript==
// @name ToS Skill Simulator Extension
// @namespace https://gist.github.com/p2k/8bee422d9ed7705b4e1b
// @version 1.2
// @description Adds automatic URL save/load functionality plus history support
// @author p2k
// @match http://www.tosbase.com/tools/skill-simulator/
// @match http://www.tosbase.com/tools/skill-simulator/#*
// @grant none
// ==/UserScript==
@p2k
p2k / class.couchdb.php
Created August 21, 2012 11:31
PHP class for easy use of CouchDB databases
<?php
/*
* class.couchdb.php - A class for easy use of CouchDB databases in PHP
*
* Copyright (C) 2012 Patrick "p2k" Schneider <patrick.p2k.schneider@gmail.com>
*
* This is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or