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/bash | |
| # MacBook Lid Angle Sensor Diagnostic Script | |
| # This script helps identify the lid angle sensor on different MacBook models | |
| echo "==============================================" | |
| echo "MacBook Lid Angle Sensor Diagnostic Tool" | |
| echo "==============================================" | |
| echo "" |
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
| AXIS_UP ignore | |
| AXIS_DOWN ignore | |
| AXIS_LEFT ignore | |
| AXIS_RIGHT ignore | |
| MOUSE_BTN3 add volume 5 | |
| MOUSE_BTN4 add volume -5 | |
| MOUSE_BTN5 seek -5 | |
| MOUSE_BTN6 seek 5 |
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
| apiVersion: apps/v1 | |
| kind: DaemonSet | |
| metadata: | |
| name: disk-checker | |
| labels: | |
| app: disk-checker | |
| spec: | |
| selector: | |
| matchLabels: | |
| app: disk-checker |
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 drawille = require('drawille') | |
| const bunny = require('bunny') | |
| const glmatrix = require('gl-matrix') | |
| const width = 200 | |
| const height = 200 | |
| const canvas = new drawille(width, height) | |
| const mat4 = glmatrix.mat4 | |
| const vec3 = glmatrix.vec3 | |
| let points = [] |
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
| """Perseverence Parachute Cipher Python Solution | |
| In Press: | |
| * https://www.nytimes.com/2021/02/24/science/nasa-mars-parachute-code.html | |
| * https://www.theguardian.com/science/2021/feb/23/dare-mighty-things-hidden-message-found-on-nasa-mars-rover-parachute | |
| * https://www.cmu.edu/news/stories/archives/2021/march/mars-rover-code.html | |
| Output: | |
| DARE¿¿¿¿ | |
| MIGHTY¿¿ | |
| THINGS¿¿ |