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
| #Microsoft Whitelisting | |
| login.live.com | |
| #Kodi Whitelisting | |
| msftncsi.com | |
| #Spotify Whitelisting | |
| spclient.wg.spotify.com | |
| #Google Server Whitelisting | |
| storage.googleapis.com | |
| clients2.google.com | |
| clients3.google.com |
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
| # vim: syntax=config | |
| # | |
| # mpv configuration file | |
| # | |
| # Configuration files are read system-wide from /usr/local/etc/mpv.conf | |
| # and per-user from ~/.config/mpv/mpv.conf, where per-user settings override | |
| # system-wide settings, all of which are overridden by the command line. | |
| # | |
| # Configuration file settings and the command line options use the same | |
| # underlying mechanisms. Most options can be put into the configuration file |
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
| @namespace html url(http://www.w3.org/1999/xhtml); | |
| @namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
| /* | |
| Author: Twily | |
| Description: Minimal flat styled tabs for Australis | |
| Compitability: Firefox Nightly v31.0a1 - v32.0a1 (Australis) | |
| CSS Variables were introduced to Firefox in v29.0a1 | |
| Website: http://twily.info/ | |
| */ |
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
| # Generate a BaseSystem.dmg with 10.13 Install Packages | |
| hdiutil attach /Applications/Install\ macOS\ 10.13\ Beta.app/Contents/SharedSupport/InstallESD.dmg -noverify -mountpoint /Volumes/highsierra | |
| hdiutil create -o /tmp/HighSierraBase.cdr -size 7316m -layout SPUD -fs HFS+J | |
| hdiutil attach /tmp/HighSierraBase.cdr.dmg -noverify -mountpoint /Volumes/install_build | |
| asr restore -source /Applications/Install\ macOS\ 10.13\ Beta.app/Contents/SharedSupport/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase | |
| cp -R /Volumes/highsierra/Packages /Volumes/OS\ X\ Base\ System/System/Installation | |
| hdiutil detach /Volumes/OS\ X\ Base\ System/ | |
| hdiutil detach /Volumes/highsierra/ | |
| mv /tmp/HighSierraBase.cdr.dmg /tmp/BaseSystem.dmg |
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
| G90 ; set to absolute positioning | |
| M82 ; set extruder to absolute mode | |
| G28 ; home all axes | |
| ; The lines below are to prep the nozzle before a print begins | |
| G1 Z0.2 F1200 ; raise nozzle 0.2mm | |
| G92 E0 ; reset extrusion distance | |
| G1 Y10 ; move Y-Axis (bed) 10mm to prep for purge | |
| G1 X100 E12 F600 ; move X-carriage 100mm while purging 12mm of filament | |
| G92 E0 ; reset extrusion distance |
OlderNewer