Skip to content

Instantly share code, notes, and snippets.

View indie-rok's full-sized avatar
🏠
Working from home

Emmanuel Orozco indie-rok

🏠
Working from home
View GitHub Profile
@indie-rok
indie-rok / index.txt
Created January 8, 2019 23:31 — forked from EQuimper/index.txt
clear expo cache
rm -fr ~/.expo/starter-app-cache
@indie-rok
indie-rok / git_branch_naming.md
Last active July 12, 2018 16:04 — forked from revett/git_branch_naming.md
Git Branch Naming Conventions

<type>/<jira-ticket-id>

--

<type>

Should go in lowercase

bug    - Code changes linked to a known issue.
feature   - New feature.
hotfix - Quick fixes to the codebase.
junk   - Experiments (will never be merged).
@indie-rok
indie-rok / loader.js
Last active March 17, 2017 18:09 — forked from lfamorim/loader.js
$.getScript("//code.createjs.com/createjs-2015.11.26.min.js", function() {
var nuevaVariable = 0;
var lib = {};
function(lib = {}, img = {}, cjs = {}, ss = {}) {
var p; // shortcut to reference prototypes
lib.webFontTxtFilters = {};
// library properties:
<?php
/**
* Add Next Page/Page Break Button
* in WordPress Visual Editor
*/
function my_add_next_page_button( $buttons, $ids ){
/* only add this for contenta editor */
if ( 'contenta' != $ids )
return $buttons;