Skip to content

Instantly share code, notes, and snippets.

View oleg-webdev's full-sized avatar
🏠
Working from home

Oleg oleg-webdev

🏠
Working from home
View GitHub Profile
@oleg-webdev
oleg-webdev / wordpress_curl_install.txt
Last active April 30, 2017 17:20
Install wp through curl
curl -O https://wordpress.org/latest.zip
unzip latest.zip
mv wordpress newproject
rm latest.zip
@rexlow
rexlow / md
Last active April 22, 2023 16:11
Run React Native on specific iOS simulator version
To add a simulator
Choose Hardware > Device > Manage Devices.
Xcode opens the Devices window.
At the bottom of the left column, click the Add button (+).
In the dialog that appears, enter a name in the Simulator Name text field and choose the device from the Device Type pop-up menu.
//by default
@lucasfais
lucasfais / gist:1207002
Created September 9, 2011 18:46
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt