I hereby claim:
- I am tiptronic on github.
- I am tiptronic (https://keybase.io/tiptronic) on keybase.
- I have a public key whose fingerprint is F45F AB17 ED88 A11A 1653 1F3E 71F7 DC04 2091 BADE
To claim this, I am signing this object:
//Adds $.xhr and jQuery-like $.ajax methods to the prescribed namespace. | |
//Inspired from David Flanagans excellent cross-platform utils http://www.davidflanagan.com/javascript5/display.php?n=20-1&f=20/01.js | |
//Includes underscore.js _.each and _.extend methods | |
//modified to behave like jQuery's $.ajax(), not complete. | |
(function($) { | |
var xhrs = [ | |
function () { return new XMLHttpRequest(); }, | |
function () { return new ActiveXObject("Microsoft.XMLHTTP"); }, | |
function () { return new ActiveXObject("MSXML2.XMLHTTP.3.0"); }, | |
function () { return new ActiveXObject("MSXML2.XMLHTTP"); } |
I hereby claim:
To claim this, I am signing this object:
Allow ALL cross origin requests to WordPress REST API | |
https://github.com/Shelob9/rest-all-cors | |
WordPress theme using Rest API and Vue.js | |
https://github.com/rtCamp/VueTheme | |
WordPress Post from Front End using REST API and Vue.js | |
http://jimfrenette.com/2017/01/post-from-front-end-wp-api-vuejs/ | |
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps |
Vue.js Developers Resource | |
https://vuejsdevelopers.com/ | |
Simple Asynchronous Infinite Scroll with Vue Watchers | |
https://scotch.io/tutorials/simple-asynchronous-infinite-scroll-with-vue-watchers | |
Build a Vue.js Contact App | |
https://scotch.io/tutorials/getting-started-with-firebase-cloud-firestore-build-a-vue-contact-app | |
Build an App with VueJS and Django |
brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv qlimagesize webpquicklook suspicious-package quicklookase qlvideo |
#!/bin/bash | |
SIMULATOR_NAME="$1" | |
COMMAND="$2" | |
print_params () { | |
echo "$1. Example: | |
./scripts/ios_simulator_cli.sh SIMULATOR_NAME COMMAND | |
Where COMMAND can be: | |
create - create new simulator | |
shutdown - shutdown simulator |
```bash | |
git clone <git repository A url> | |
cd <git repository A directory> | |
git remote rm origin | |
git filter-branch --subdirectory-filter <directory 1> -- --all | |
mkdir -p <target-path in="" repo-b=""> | |
git mv -k * <target-path in="" repo-b=""> | |
git add . | |
git commit | |
``` |
{ | |
"version": 16 | |
} |