- create DB (eg
yourls_ozhin
) - in
CMD.exe
(not the bash shell) :
d:\online\xampp7\mysql\bin\mysql.exe -u root -p yourls_ozhin < path/to/ozh_ozhin.sql
yourls_ozhin
)CMD.exe
(not the bash shell) :d:\online\xampp7\mysql\bin\mysql.exe -u root -p yourls_ozhin < path/to/ozh_ozhin.sql
patch-1
$ git checkout -b THEM-patch-1 master
$ git pull https://github.com/THEM/REPO.git patch-1
$ git commit --allow-empty -m "Trigger build"
$ git push https://github.com/THEM/REPO.git THEM-patch-1:patch-1
<?php | |
/** | |
* YOURLS modification of a other functions from WordPress' KSES implementation. | |
* Not used in core, provided if any plugin or future feature needs anything from here | |
* | |
* NOTE: NOT TESTED. MAY OR MAY NOT PRODUCE EXPECTED RESULTS. SOME FUNCTIONS | |
* MAY BE STILL TIED TO WORDPRESS. | |
* | |
* NOTE: THIS FILE IS NOT INCLUDED BY DEFAULT. MANUALLY INCLUDE IT IF NEEDED. | |
* |
You have a folder with files
$ mkdir -p ~/foo && cd ~/foo
$ touch NEWFILE
You cannot git clone
into it because the directory is not empty. To do so:
little known features
plugin of the week
Run 32 bits version of N++
Plugins:
#! /usr/bin/perl | |
use File::Find; | |
my $dir = '.'; | |
my %actions; | |
my %filters; | |
$dir = $ARGV[0] if ($#ARGV != -1); |
Drop down of all timezones, grouped by Region, + a list of manual UTC offsets