sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Bero - Software Engineer</title> | |
| <style> | |
| * { | |
| margin: 0; | |
| padding: 0; |
| -- 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. |