sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
-- An audit history is important on most tables. Provide an audit trigger that logs to | |
-- a dedicated audit table for the major relations. | |
-- | |
-- This file should be generic and not depend on application roles or structures, | |
-- as it's being listed here: | |
-- | |
-- https://wiki.postgresql.org/wiki/Audit_trigger_91plus | |
-- | |
-- This trigger was originally based on | |
-- http://wiki.postgresql.org/wiki/Audit_trigger |
import urllib.parse | |
def urlencode(str): | |
return urllib.parse.quote(str) | |
def urldecode(str): | |
return urllib.parse.unquote(str) | |
str = '{"name": "Kinkin"}' |
Principles of Adult Behavior
// C++ includes used for precompiling -*- C++ -*- | |
// Copyright (C) 2003-2013 Free Software Foundation, Inc. | |
// | |
// This file is part of the GNU ISO C++ Library. This library 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, or (at your option) | |
// any later version. |