![]() |
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
| const video = Machine({ | |
| id: 'video', | |
| initial: 'disconnected', | |
| context: { | |
| sessionId: null, | |
| session: null, | |
| publisher: null, | |
| streams: null, | |
| token: null | |
| }, |
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
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
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
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
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
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
This will show you how to use your EdgeRouter as a local DNS server and blocking DNS queries to domains that hosts ads and malware. The blocklists used are:
- Ad blocklist from Yoyo Internet Services
- High risk domains from DShield
- Medium risk domains from DShield
- Low risk domains from DShield
Assumptions:
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
| Plan Application* | |
| Set PlanApp Submitted -> Change Request - Open | |
| Set PlanApp Complete -> Change Request - None | |
| Set PlanApp Withdrawn -> Change Request - Applied | |
| Set PlanApp Non-Compliance -> Change Request - None | |
| PlanApp Submitted: [test] | |
| PlanApp Complete |
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 org-protocols | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Send links or/and selected content into your Emacs via various protocols | |
| // @match *://*/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { |
- Get the webkit patch for emacs 27 (
0_all_webkit.patch) here: https://gist.github.com/fuxialexander/0231e994fd27be6dd87db60339238813
- https://gist.github.com/orther/8c04af954bf746d7a020be75614a527c (gist fork, old don't use)
-
Clone Emacs repo locally:
git clone git@github.com:emacs-mirror/emacs.git emacs-mirror -
Create branch for patch
git checkout -b nsxwidget-patch
