This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"infoTypes": [ | |
{ | |
"name": "ARGENTINA_DNI_NUMBER" | |
}, | |
{ | |
"name": "AUSTRALIA_DRIVERS_LICENSE_NUMBER" | |
}, | |
{ | |
"name": "AUSTRALIA_MEDICARE_NUMBER" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Merge events for Google Calendar | |
// @namespace https://greasyfork.org/en/users/6254-doublemms | |
// @license MIT | |
// @description Merge same events on from calendars in Google Calendar. Fork of imightbeamy/gcal-multical-event-merge cross-browser compatible. | |
// @include https://www.google.com/calendar/* | |
// @include http://www.google.com/calendar/* | |
// @include https://calendar.google.com/* | |
// @include http://calendar.google.com/* | |
// @version 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": [ | |
{"id": 1, "name": "Main", "type": "router"}, | |
{"id": 2, "name": "MacBook", "type": "station"}, | |
{"id": 3, "name": "Bravia TV", "type": "station"}, | |
{"id": 4, "name": "Bedroom Extender", "type": "extender"}, | |
{"id": 5, "name": "Mark's iPhone", "type": "station"}, | |
{"id": 6, "name": "Smart Scale", "type": "station"}, | |
{"id": 7, "name": "Kitchen Extender", "type": "extender"}, | |
{"id": 8, "name": "Candy Bianca", "type": "station"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update wp_users set user_pass=MD5('newpassword') where user_login='username' |