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
/* ==UserStyle== | |
@name Crisp up-scaled images for displays with 150% DPI scale factor (Firefox 74+) | |
@description Prevents blurry anti-aliased borders between picture sampling areas ("pixels"). | |
@namespace myfonj | |
@version 1.0.1 | |
@license CC0 - Public Domain | |
==/UserStyle== */ | |
/* |
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 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
*:not(#\0), | |
*:not(#\0)::before, | |
*:not(#\0)::after { | |
/**/ border-radius : 0 !important; /**/ | |
/**/ text-shadow : none !important; /**/ | |
/**/ box-shadow : none !important; /**/ | |
/**/ text-rendering : optimizespeed !important; /**/ | |
/**/ transition-duration : 0ms !important; /**/ | |
/**/ animation-duration : 0ms !important; /**/ | |
/**/ transition-timing-function : step-start !important; /**/ |
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
; UTF-8 | |
; BOM required in Autohotkey newer than v1.1.07.03 | |
; | |
; --- http://www.autohotkey.com/ | |
; +++ http://ahkscript.org/ | |
; | |
; ;-,-,'-; ;= | |
; | |
; + shift | |
; ^ ctrl |
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
//----------------------------------*\ | |
// TRIGONOMETRY FUNCTIONS | |
//----------------------------------*/ | |
// # Trigonometry in CSS | |
// | |
// - Through Taylor/Maclaurin polynomial representation: http://people.math.sc.edu/girardi/m142/handouts/10sTaylorPolySeries.pdf | |
// - Useful if you don't want to use JS. | |
// - With CSS Variables. | |
// - `calc()` can't do power (x ^ y) so I used multiplication instead. |
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 text = 'Good day!'; | |
- let arr = text.split(''); | |
h1(role='image' aria-label=text) | |
each letter in arr | |
span(class='letter '+letter) #{letter} |
Click to generate a new pattern!
https://codepen.io/challenges/2020/february/4
I've used an HD version of this Pen to generate patterns and made some designs on Redbubble:
- Red Squares: https://www.redbubble.com/shop/p/45224031.PM7U2
- Purple Squares: https://www.redbubble.com/shop/p/45217107.PM7U2
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
GNU Wget 1.20.3, a non-interactive network retriever. | |
Usage: wget [OPTION]... [URL]... | |
Mandatory arguments to long options are mandatory for short options too. | |
Startup: | |
--version | |
(-V) display the version of Wget and exit | |
--help | |
(-h) print this help |
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
Copypaste of <a href="https://codepen.io/thebabydino/pen/BaywOLP">https://codepen.io/thebabydino/pen/BaywOLP</a> | |
<canvas id="canvas" width="800" height="800"></canvas> |