This show usable Markdown features on GitHub as a side by side comparison. This focuses on Markdown files, while most of also works in comments etc., there are some differences, so keep that in mind.
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
| G91 ; use relative positioning | |
| G0 Z5; move Z up 5mm prior to homing | |
| M117 Heating bed and hot end... ; Message | |
| M140 S[first_layer_bed_temperature] ; set bed temp | |
| M104 S80 ; set hot end to a relatively low temp to save time after levelling | |
| M190 S[first_layer_bed_temperature] ; wait for bed temp | |
| M117 Waiting for bed expansion ; Message | |
| G4 S60 ; wait 1 minute for the bed to expand |
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
| (() => { | |
| let count = 0; | |
| function getAllButtons() { | |
| return document.querySelectorAll('button.is-following') || []; | |
| } | |
| async function unfollowAll() { | |
| const buttons = getAllButtons(); |
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
| echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_10/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list | |
| wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/Debian_10/Release.key -O- | apt-key add - | |
| apt update | |
| apt install podman |
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
| #!/usr/bin/env bash | |
| # Generate JWT for Github App | |
| # | |
| # Inspired by implementation by Will Haley at: | |
| # http://willhaley.com/blog/generate-jwt-with-bash/ | |
| # From: | |
| # https://stackoverflow.com/questions/46657001/how-do-you-create-an-rs256-jwt-assertion-with-bash-shell-scripting | |
| thisdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" |
| Filter | Description | Example |
|---|---|---|
| allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
| intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
| inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
| allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
| intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
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
| ui.context_menus.after_mouseup=true |
- How to change the background on Firefox to a dark one on new tab / loading screen ?
- Type
about:configin the URL bar - Search
toolkit.legacyUserProfileCustomizations.stylesheetsand double-click the field to set it totrue - Type
about:supportin the URL bar - Look for
Profile folderfield and click on the open button next to it.
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
| # THIS FILE IS NO LONGER BEING MAINTAINED. FOR A MAINTAINED VERSION, PLEASE USE THE VERSION IN THE NEW REPOSITORY. | |
| # Repository: https://github.com/hkamran80/blocklists | |
| # New link for this file: https://raw.githubusercontent.com/hkamran80/blocklists/main/smart-tv | |
| # ------ | |
| # This is a blocklist to block Smart TVs sending data home. | |
| # Please help to collect domains! | |
| # It could be that the TV does not receive any more updates or other services no longer work. Please report such an incident. |
NewerOlder