Look at LSB init scripts for more information.
Copy to /etc/init.d:
# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)Look at LSB init scripts for more information.
Copy to /etc/init.d:
# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)| <?php | |
| $query = <<<'GRAPHQL' | |
| query GetUser($user: String!) { | |
| user (login: $user) { | |
| name | |
| repositoriesContributedTo { | |
| totalCount | |
| } |
| /** | |
| * @type {Object} JavaScript namespace for our application. | |
| */ | |
| var Custom_Modal = {}; | |
| (function($, Custom_Modal) { | |
| var $ = jQuery; | |
| _.extend( Custom_Modal, { view: {}, controller: {} } ); |
| <?php | |
| /** | |
| * Customize Image Reloaded Class | |
| * | |
| * Extend WP_Customize_Image_Control allowing access to uploads made within | |
| * the same context | |
| */ | |
| class My_Customize_Image_Reloaded_Control extends WP_Customize_Image_Control { | |
| /** | |
| * Constructor. |
| const request = require('request'); | |
| const cheerio = require('cheerio'); | |
| const fs = require('fs'); | |
| const writeStream = fs.createWriteStream('post.csv'); | |
| // Write Headers | |
| writeStream.write(`Title,Link,Date \n`); | |
| request('http://codedemos.com/sampleblog', (error, response, html) => { | |
| if (!error && response.statusCode == 200) { |
| **/*.min.js | |
| **/node_modules/** | |
| **/vendor/** | |
| build | |
| coverage | |
| cypress | |
| node_modules | |
| vendor |
| .sortable_wordpress_gallery li.attachment { | |
| width: 141px; | |
| height: 141px; | |
| } | |
| .sortable_wordpress_gallery { | |
| display: block; | |
| } | |
| .sortable_wordpress_gallery:after { | |
| display: table; | |
| content: ''; |
| #! /bin/bash | |
| # This if for the mac hipchat client | |
| # To setup, download this file to any folder and save as `hip.sh` | |
| # change the permissions of the file so it is executable using terminal | |
| # You can do this by running `chmod u+x ./hip.sh` | |
| # Now you can run `./hip.sh` | |
| echo 'Hipchat hooray...ho... - Press CTRL+C to stop' | |
| while : | |
| do |
| Post Title: | |
| Multisite Recap for the week of {F jS (month + day)} | |
| ----------------------------- | |
| Post Content: | |
| <h2>Office Hours Recap</h2> | |
| The <a href="https://make.wordpress.org/core/{Y}/{m}/{d}/multisite-agenda-for-the-week-of-{F}-{jS}/">agenda for this office hours meeting</a> included/was {(brief one-sentence description of original meeting agenda)}. |
| Post Title: | |
| Multisite Agenda for the week of {F jS (month + day)} | |
| ----------------------------- | |
| Post Content: | |
| <h2>Office Hours Agenda</h2> | |
| This is the agenda for the weekly office hours meeting on [time relative]Tuesday 16:00 UTC[/time] in <a href="https://wordpress.slack.com/archives/core-multisite">#core-multisite</a>. |