In Vivaldi, go to the Chrome Web Store.
Select and install an extension just like you would in Chrome.
In Vivaldi, go to vivaldi://extensions.
In Vivaldi, go to the Chrome Web Store.
Select and install an extension just like you would in Chrome.
In Vivaldi, go to vivaldi://extensions.
Download ZLIB for Windows from Sourceforge and install it on your Windows machine. Works with x86/x64
Currently, the ZLIB installer from Sourceforge (above) installs in C:/Program Files (x86)/GnuWin32
.
The standard names for indexes in PostgreSQL are:
{tablename}_{columnname(s)}_{suffix}
where the suffix is one of the following:
pkey
for a Primary Key constraint;key
for a Unique constraint;excl
for an Exclusion constraint;idx
for any other kind of index;
1. Open Terminal | |
2. cd to your Xcode project | |
3. Execute the following when inside your target project: | |
find . -name "*.swift" -print0 | xargs -0 wc -l |
How to install Ubuntu 14.04.1 LTS 64-bit on a MacBook Pro Retina 15" Mid 2014 (11,3)
/home/username
..bashrc
file in same directory by adding alias composer='/usr/local/php56/bin/php-cli ~/composer.phar'
line. Update php56
part to current relevant version, if necessary.source ~/.bashrc
to reload config.composer
command!# Assuming an Ubuntu Docker image | |
$ docker run -it <image> /bin/bash |
@echo off | |
:: Path to Sublime Text installation dir. | |
SET stPath=%~dp0sublime_text.exe | |
SET stPathOnly=%~dp0 | |
:: Key name for the registry entries. | |
SET UserEntry=Sublime Text | |
SET AdminEntry=Sublime Text As Admin | |
:: Context menu texts. | |
SET "UserMenuText=Open with Sublime(&-)" | |
SET "AdminMenuText=Open with Sublime As Admin(&+)" |