- actions_apply_to
- admin.scope.col.wrap
- adminhtml.block.report.product.lowstock.grid.container
- adminhtml.catalog.product.set.edit.wrapper
- after.body.start
- alert.urls
- assign_products_container
- available_sort_by_group
- backend.page
- backend.session.activity
// This sketch is based on mortonkopf's DS2413_button_array_test sketch and allows | |
// you to read multiple DS2413 devices and blink an LED connected to each DS2413, | |
// individually, down the chain. | |
// https://github.com/mortonkopf/OneWire_DS2413_array | |
// | |
// This sketch is an improvement on the write feature of the Adafruit DS2413 | |
// sketch which only reads 1 DS2413 device. | |
// https://github.com/adafruit/Adafruit_DS2413 | |
// https://learn.adafruit.com/adafruit-1-wire-gpio-breakout-ds2413/reading-writing-and-arithmatic |
First we'll update your local master branch. Go to your local project and check out the branch you want to merge into (your local master branch)
$ git checkout master
Fetch the remote, bringing the branches and their commits from the remote repository. You can use the -p, --prune option to delete any remote-tracking references that no longer exist in the remote. Commits to master will be stored in a local branch, remotes/origin/master
First we'll update your local master branch. Go to your local project and check out the branch you want to merge into (your local master branch)
$ git checkout master
Fetch the remote, bringing the branches and their commits from the remote repository. You can use the -p, --prune option to delete any remote-tracking references that no longer exist in the remote. Commits to master will be stored in a local branch, remotes/origin/master
// ==UserScript== | |
// @name Local Login - M2 | |
// @namespace http://your.homepage/ | |
// @version 0.1 | |
// @description enter something useful | |
// @author Sam Tay | |
// @match *.dev/*admin* | |
// ==/UserScript== | |
// Credentials |
// ==UserScript== | |
// @name eBay Hide Zero Quantity Items | |
// @namespace https://www.ebay.com | |
// @version 1.0 | |
// @description Hide rows of items with zero quantity on eBay active listings page and add a button to show them. | |
// @author Forzza Services | |
// @match https://www.ebay.com/sh/lst/active | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name eBay Hide Zero Quantity Items (Bulk Sell) | |
// @namespace https://www.ebay.com | |
// @version 1.0 | |
// @description Hide rows of items with zero quantity on eBay bulk sell page and add a button to show them. | |
// @author Forzza Services | |
// @match https://www.ebay.com/bulksell* | |
// @grant none | |
// ==/UserScript== |