Create an empty git repo or reinitialize an existing one
git init| source /usr/local/lib/python3.7/site-packages/powerline/bindings/zsh/powerline.zsh | |
| export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin" | |
| export PATH="/usr/local/opt/python/bin:$PATH" | |
| export GPG_TTY=$(tty) | |
| # export START="$HOME/a" | |
| # if [[ $PWD == $HOME ]]; then | |
| # cd $START | |
| # fi |
Create an empty git repo or reinitialize an existing one
git initPeople
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
| #!/bin/bash | |
| # | |
| # Brought to you by phpBB Studio Β© 2020 ( phpbbstudio.com ) | |
| # | |
| current=$(git symbolic-ref --short -q HEAD) | |
| function markup { | |
| local bold=1 | |
| local dim=2 | |
| local line=4 |
| <?php | |
| // This file should be located as: tests/test_config.php | |
| // So it will be placed after the RUNNING_TESTS.md file. | |
| $dbms = 'phpbb\\db\\driver\\mysqli'; # Change this when needed | |
| $dbhost = 'localhost'; | |
| $dbport = ''; | |
| $dbname = 'db_name'; # Change this | |
| $dbuser = 'db_username'; # Change this | |
| $dbpasswd = 'db_password'; # Change this | |
| $table_prefix = 'phpbb_'; |
| parameters: | |
| debug.load_time: true | |
| debug.sql_explain: true | |
| debug.memory: true |
| <?php | |
| /** | |
| * Change get_chunk_size() calculation to correctly calculate limits without | |
| * letting a zero "unlimited" value always win. Also ensure get_chunk_size() | |
| * can only return zero if all of the limits were in fact set to unlimited. | |
| */ | |
| $max = 0; | |
| $limits = [100, 200, 300]; |
| <?php | |
| /** | |
| * Use at your own risk! Do a DB backup first! | |
| *. | |
| * This file is released as is, no warraties OF ANY SORT. | |
| * | |
| * ------------------------------------------------------- | |
| * | |
| * @copyright (c) phpBB Limited <https://www.phpbb.com> | |
| * @license GNU General Public License, version 2 (GPL-2.0) |
| sub, sup { | |
| /* Specified in % so that the sup/sup is the | |
| right size relative to the surrounding text */ | |
| font-size: 75%; | |
| /* Zero out the line-height so that it doesn't | |
| interfere with the positioning that follows */ | |
| line-height: 0; | |
| /* Where the magic happens: makes all browsers position |
| <?php | |
| /** | |
| * Converts all phpBB 3.1 remote avatars to uploaded avatars. | |
| * | |
| * To use this script: | |
| * | |
| * 1. Copy this file into the root of your phpBB installation. | |
| * 2. Run the script from the command line: php convert-avatars.php | |
| * | |
| * Any avatar will be skipped if any errors come up, like these: |