- Your package.json file should consist a field
homepage:
"homepage": "https://<github-username>.github.io/<project-repo>"2.1. Install gh-pages via npm:
npm i --save-dev gh-pageshomepage: "homepage": "https://<github-username>.github.io/<project-repo>"2.1. Install gh-pages via npm:
npm i --save-dev gh-pages| <?php | |
| declare(strict_types=1); | |
| namespace ApiPlatform\Workflow\PathResolver; | |
| use ApiPlatform\Core\PathResolver\OperationPathResolverInterface; | |
| final class OperationPathResolver implements OperationPathResolverInterface | |
| { |
This text is the section about OS X Yosemite (which also works for macOS Sierra) from https://docs.basho.com/riak/kv/2.1.4/using/performance/open-files-limit/#mac-os-x
The last time i visited this link it was dead (403), so I cloned it here from the latest snapshot in Archive.org's Wayback Machine https://web.archive.org/web/20170523131633/https://docs.basho.com/riak/kv/2.1.4/using/performance/open-files-limit/
| { | |
| "presets": ["es2015"], | |
| "plugins": [ | |
| "add-module-exports" | |
| ], | |
| } |
| #!/bin/bash | |
| # Split a JSON into multiple files. Uses jq. | |
| # Usage | |
| # ./split_json.sh /path/to/json/file | |
| file="$1" | |
| jq -cr 'keys[] as $k | "\($k)\t\(.[$k])"' "$file" | awk -F\\t '{ file=$1".json"; print $2 > file; close(file); }' |
| #!/bin/bash | |
| PHP_VERSION=7.4.2 | |
| # Command lines tools | |
| xcode-select --install | |
| # Install dependencies | |
| brew install wget autoconf openssl lzlib curl imap-uw readline postgresql gettext libxslt libiconv bison pkg-config krb5 bzip2 openldap tidy-html5 | |
| # Dirs |
| <?php | |
| namespace Fk\Core\Infrastructure\Bundle; | |
| use Symfony\Component\HttpKernel\Bundle\Bundle; | |
| /** | |
| * The compact bundle combines a bundle definition with an {@link ExtensionInterface} to provide sound defaults for | |
| * implementing custom bundles. | |
| */ | |
| abstract class CompactBundle extends Bundle |
| <!DOCTYPE NETSCAPE-Bookmark-file-1> | |
| <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> | |
| <!-- This is an automatically generated file. | |
| It will be read and overwritten. | |
| Do Not Edit! --> | |
| <TITLE>Bookmarks</TITLE> | |
| <H1>Bookmarks</H1> | |
| <DL><p> | |
| <DT><A HREF="https://developer.apple.com/library/mac/releasenotes/InterapplicationCommunication/RN-JavaScriptForAutomation/index.html#//apple_ref/doc/-%20uid/TP40014508" ADD_DATE="1414706885" PRIVATE="0" TAGS="javascript,mac,osx,yosemite">JavaScript for Automation Release Notes</A> | |
| <DD>This article describes JavaScript for Automation, a new feature in OS X Yosemite. |
| # Extension package to add on Ubuntu 14.04 | |
| sudo apt-get install libxml2-dev libbz2-dev libmcrypt-dev libreadline-dev libxslt1-dev autoconf -y | |
| # Extension package to add on Ubuntu 18.04 | |
| sudo apt-get install libssl-dev | |
| # Extension package to add on Ubuntu 20.04 | |
| sudo apt install -y pkg-config libssl-dev libsqlite3-dev libbz2-dev libxml2-dev libcurl4-openssl-dev libonig-dev libpq-dev libreadline-dev libxslt1-dev libzip-dev libsodium-dev libwebp-dev | |
| # +apxs2 | |
| sudo apt-get install apache2-dev -y |