Last active
March 7, 2021 02:21
-
-
Save zachleat/542f1d15c2061fc3cf4c0bc30c3b9bac to your computer and use it in GitHub Desktop.
Revisions
-
zachleat revised this gist
Mar 7, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,8 @@ Usage: - Use the `format` query param to set the syntax. Not required if `url` ends in .html .js or .css - Use the `autoplay` query param to show all of the code. - Use `autoplay=1` to reveal the code progressively (1 is the slowest speed, higher numbers will type faster) - Press ` to skip to the end and show all of the code. - Use the `highlightonly` query param to skip all of this nonsense and just show the plain syntax highlighted code. Project source code: https://github.com/zachleat/queue-code */ -
zachleat revised this gist
Mar 7, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -19,4 +19,4 @@ Project source code: https://github.com/zachleat/queue-code alert("Hello world."); // The default README gist `url` location = "?url=https://gist.github.com/zachleat/542f1d15c2061fc3cf4c0bc30c3b9bac/raw/queuecode.js"; -
zachleat revised this gist
Mar 7, 2021 . 1 changed file with 3 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -13,12 +13,10 @@ Usage: - Use `autoplay=1` to reveal the code progressively (1 is the slowest speed, higher numbers will type faster) - Press ` to skip to the end and show all of the code. Project source code: https://github.com/zachleat/queue-code */ alert("Hello world."); // The default README gist `url` location = "https://gist.githubusercontent.com/zachleat/542f1d15c2061fc3cf4c0bc30c3b9bac/raw/queuecode.js"; -
zachleat revised this gist
Mar 7, 2021 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -6,10 +6,10 @@ https://queuecode.zachleat.dev/ Usage: - Press any key to reveal the next character of source code. Use delete to hide characters. - Use the `url` query param to point to a different source code file. e.g. https://queuecode.zachleat.dev/?url=https://gist.github.com/zachleat/a7393810acf7890e6bef6a34eaa7b78c/raw/smoothscroll.css - Use the `format` query param to set the syntax. Not required if `url` ends in .html .js or .css - Use the `autoplay` query param to show all of the code. - Use `autoplay=1` to reveal the code progressively (1 is the slowest speed, higher numbers will type faster) - Press ` to skip to the end and show all of the code. -
zachleat revised this gist
Mar 6, 2021 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -16,8 +16,9 @@ Usage: This default README `url` lives at https://gist.github.com/zachleat/542f1d15c2061fc3cf4c0bc30c3b9bac/raw/queuecode.js */ alert("Hello world."); // View project source code location = "https://github.com/zachleat/queue-code"; -
zachleat revised this gist
Mar 6, 2021 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -18,4 +18,6 @@ https://gist.github.com/zachleat/542f1d15c2061fc3cf4c0bc30c3b9bac/raw Source code for this project is available at: https://github.com/zachleat/queue-code */ alert("Hello world."); -
zachleat revised this gist
Mar 6, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -17,4 +17,5 @@ This default README `url` lives at https://gist.github.com/zachleat/542f1d15c2061fc3cf4c0bc30c3b9bac/raw/queuecode.js Source code for this project is available at: https://github.com/zachleat/queue-code */ -
zachleat revised this gist
Mar 6, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -16,4 +16,5 @@ Usage: This default README `url` lives at https://gist.github.com/zachleat/542f1d15c2061fc3cf4c0bc30c3b9bac/raw/queuecode.js Source code for this project is available at: https://github.com/zachleat/queue-code */ -
zachleat revised this gist
Mar 6, 2021 . 1 changed file with 18 additions and 12 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,19 @@ /* Queue Code https://queuecode.zachleat.dev/ Usage: - Press any key to reveal the next character of source code. Use delete to hide characters. - Use the `url` query parameter to point to a different source code file. e.g. https://queuecode.zachleat.dev/?url=https://gist.github.com/zachleat/a7393810acf7890e6bef6a34eaa7b78c/raw/smoothscroll.css - Use the `format` query parameter to set the syntax. Not required if the url ends in html, js, or css. - Use the `autoplay` query parameter to show all of the code. - Use `autoplay=1` to reveal the code progressively (1 is the slowest speed, higher numbers will type faster) - Press ` to skip to the end and show all of the code. This default README `url` lives at https://gist.github.com/zachleat/542f1d15c2061fc3cf4c0bc30c3b9bac/raw/queuecode.js */ -
zachleat revised this gist
Mar 6, 2021 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,10 @@ * Press any key to reveal a character of source code. You can delete characters too. * Change the `url` parameter to point to a different source code file. * Use the `format` parameter if the file extension isn’t there or obvious enough. * Use `autoplay` to show all of the code. * Use `autoplay=1` to automatically type the code at the slowest speed. Use a higher number to auto-type faster. * Use ` to skip to the end and show all of the code. * * https://queuecode.zachleat.dev/ * This document lives at https://gist.github.com/zachleat/542f1d15c2061fc3cf4c0bc30c3b9bac */ -
zachleat created this gist
Mar 6, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ /* * Queue Code * Press any key to reveal a character of source code. You can delete characters too. * Change the `url` parameter to point to a different source code file. * Use the `format` parameter if the file extension isn’t there or obvious enough. * Use `show=true` to show all the code from the start. Remove `show=true` if you want to “type” it yourself. * Use ` to skip to the end and show all of the code. * * https://queuecode.zachleat.dev/ */