Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
| ( function( wp ) { | |
| var el = wp.element.createElement; | |
| var __ = wp.i18n.__; | |
| wp.blocks.registerBlockType( 'learn-gutenberg/ex2-vue', { | |
| title: __( 'Learn Gutenberg Example 2: VueJS', 'learn-gutenberg' ), | |
| category: 'widgets', | |
| supportHTML: false, | |
| attributes: { | |
| who: { | 
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
| #! /bin/bash | |
| # The Purpose of this Script is to batch convert and compress any video file to mp4 format | |
| # | |
| # WARNING: LOSSY COMPRESSION !!! | |
| # Variable used: | |
| # sourcedir is the directory where to be converted videos are. Converted video will be saved in the same folder | |
| # usage: | 
| <?php | |
| // NOTE: It would normally be recommended to split a block's JavaScript | |
| // implementation to a separate file, but is authored here in a single | |
| // file for convenience's sake. | |
| // | |
| // See: https://github.com/WordPress/gutenberg/pull/2791 | |
| /** | |
| * Plugin Name: Stars Block | 
We have been moved for better. Look Here for an Updated Version. People are also contributing there for making it more beautiful. See you there!!!
| var Library = wp.media.controller.Library; | |
| var oldMediaFrame = wp.media.view.MediaFrame.Post; | |
| // Extending the current media library frame to add a new tab | |
| wp.media.view.MediaFrame.Post = oldMediaFrame.extend({ | |
| initialize: function() { | |
| // Calling the initalize method from the current frame before adding new functionality | |
| oldMediaFrame.prototype.initialize.apply( this, arguments ); | 
| <?php | |
| /** | |
| * Sample use: | |
| * WordPres Customizer is dependant on functionality in the theme. Just in case | |
| * the current theme doesn't support WordPress Customizer we'll use a theme | |
| * that supports it. | |
| */ | |
| class NN { | |
| private $theme_name = 'twentysixteen'; | 
| /** | |
| * @type {Object} JavaScript namespace for our application. | |
| */ | |
| var Custom_Modal = {}; | |
| (function($, Custom_Modal) { | |
| var $ = jQuery; | |
| _.extend( Custom_Modal, { view: {}, controller: {} } ); |