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
| var hl = require('highlight.js'), | |
| insertCss = require('insert-css'); | |
| function hljs__css (name) { | |
| var css = { | |
| github: '.hljs-keyword { color: #333; font-weight: bold;}' | |
| }; | |
| return css[name]; | |
| } |
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
| 'use strict'; | |
| function yolo () { | |
| require('x11/lib/ext/big-requests'); | |
| } | |
| var x11 = require('x11'); | |
| x11.createClient(function(err, display) { | |
| console.log('succesfully connected to \"' + display.vendor + '\" server'); | |
| display.client.terminate(); |
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
| #!/bin/sh | |
| xrandr --newmode "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync | |
| xrandr --addmode DP2-1 "1920x1080_60.00" | |
| xrandr --addmode DP2-2 "1920x1080_60.00" | |
| xrandr -d $DISPLAY \ | |
| --output eDP1 --auto --primary \ | |
| --output DP1 --off \ | |
| --output DP2-1 --off \ | |
| --output DP2-2 --off \ |
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
| 'use strict'; | |
| const React = require('react') | |
| , ReactDOM = require('react-dom'); | |
| const $ = React.createElement; | |
| const data = [ | |
| ['aaa', 'd'], | |
| ['b', 'e'], |
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
| 'use strict'; | |
| const React = require('react') | |
| , ReactDOM = require('react-dom'); | |
| const $ = React.createElement; | |
| const data = [ | |
| ['aaa', 'd'], | |
| ['b', 'e'], |
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
| 'use strict'; | |
| const React = require('react') | |
| , ReactDOM = require('react-dom'); | |
| const $ = React.createElement; | |
| const data = [ | |
| ['aaa', 'd'], | |
| ['b', 'e'], |
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
| 'use strict'; | |
| const React = require('react') | |
| , ReactDOM = require('react-dom'); | |
| const $ = React.createElement; | |
| const data = [ | |
| ['aaa', 'd'], | |
| ['b', 'e'], |
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
| 'use strict'; | |
| const React = require('react') | |
| , ReactDOM = require('react-dom'); | |
| const $ = React.createElement; | |
| const data = [ | |
| ['a a a a a a a a a a a a a a a a', 'd'], | |
| ['b', 'e e e e e e e e e'], |
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 genSmithChart = require('smith-chart'); | |
| const React = require('react'); | |
| const ReactDOM = require('react-dom'); | |
| const $ = React.createElement; | |
| const SC = genSmithChart($); | |
| const margin = { bottom: 40, top: 40, left: 40, right: 40 }; |
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
| Frequency(Hz) | Return Loss(dB) | Phase(deg) | Rs | SWR | Xs | |Z| | Theta | |
|---|---|---|---|---|---|---|---|---|
| 1000000 | -0.14 | 170.63 | 0.4 | 126.36 | 4.1 | 4.1 | 84.4 | |
| 4163501 | -0.12 | 170.84 | 0.4 | 140.01 | 4.0 | 4.0 | 84.9 | |
| 7327002 | -0.16 | 170.78 | 0.4 | 112.00 | 4.0 | 4.1 | 83.6 | |
| 10490503 | -0.19 | 170.65 | 0.5 | 91.78 | 4.1 | 4.1 | 82.4 | |
| 13654004 | -0.22 | 170.50 | 0.6 | 78.28 | 4.2 | 4.2 | 81.2 | |
| 16817505 | -0.26 | 170.37 | 0.8 | 67.05 | 4.2 | 4.3 | 79.9 | |
| 19981006 | -0.29 | 170.23 | 0.8 | 60.02 | 4.3 | 4.4 | 78.9 | |
| 23144507 | -0.33 | 170.11 | 1.0 | 53.00 | 4.3 | 4.4 | 77.6 | |
| 26308008 | -0.36 | 169.92 | 1.1 | 47.77 | 4.4 | 4.5 | 76.5 |