Skip to content

Instantly share code, notes, and snippets.

View Initsogar's full-sized avatar
💻
Fixing bugs

Rafael Agostini Initsogar

💻
Fixing bugs
View GitHub Profile
@LinusU
LinusU / README.md
Last active July 17, 2021 08:06 — forked from apla/icons_and_splash.js
Icons and Splash images for your Cordova project. (with iOS 7 support)

Usage

Install cordova into node_modules

npm install cordova

Add icons_and_splash.js

// En components.js tienes algo asi:
exports.SexyButton = function(_title,_width) {
var args={
title: _title,
width:_width?_width:'110dp'
};
return Ti.UI.createButton(args);
}
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active September 21, 2024 08:06
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname