ℹ️ to change the default color of the images replace #6c63ff with whatever color you want.
originally from: https://gist.github.com/antonydevanchi/56be1c739e47c72e11ddabf853ddc6db
ℹ️ to change the default color of the images replace #6c63ff with whatever color you want.
originally from: https://gist.github.com/antonydevanchi/56be1c739e47c72e11ddabf853ddc6db
// create a bookmark and use this code as the URL, you can now toggle the css on/off | |
// thanks+credit: https://dev.to/gajus/my-favorite-css-hack-32g3 | |
javascript: (function() { | |
var styleEl = document.getElementById('css-layout-hack'); | |
if (styleEl) { | |
styleEl.remove(); | |
return; | |
} | |
styleEl = document.createElement('style'); | |
styleEl.id = 'css-layout-hack'; |
ov = $0D ; == $FF, initial value for the overflow counter | |
* = $0304 - (end - scroll) | |
scroll: jsr $AAD7 | |
loop: lda #$A0 | |
sta $D3E0 - $80, x | |
sta $0400+40*24+39-$80+1, y ; incrementing rower, y finishes with value $80 | |
sta $0400+40*24-$7B-1, x ; decrementing rower, x finishes with value $7b |
This week NN Group released a video by Jakob Nielsen in which he attempts to help designers deal with the problem of customers being resistant to their new site/product redesign. The argument goes thusly:
There's slightly more to it than that, he caveats his argument with requiring you to have of course followed their best practices on product design, and allows for a period of customers being able to elect to continue to use the old site, although he says this is obviously only a temporary solution as you don't want to support both.
http://undraw.co — you are is awesome!
pup2
is https://github.com/ericchiang/pup, for my OS X it's works only in Go version, not in binary installed or from Brew ¯_(ツ)_/¯jq
is https://github.com/stedolan/jqaria2c
is https://aria2.github.io/, but you can use curl
, wget
or something whatever... :)Europe
To create a symlink to a Google Drive file or document there are a few methods.
You can right click the original file in the Google Drive UI and select Organize
and then Add Shortcut
There are also keyboard shortcuts. These shortcuts will change/have changed as of August 1st, 2024. Prior to August 2024 you could select the document you want to symlink, then hit Shift+Z and you'll be presented with a menu to choose the folder you'd like to add a symlink to
After August 2024, the keyboard shortcut is
<# | |
Note: Eliminate `-WhatIf` parameter to get action be actually done | |
Note: PS with version prior to 4.0 can't delete non-empty folders | |
#> | |
Get-ChildItem -Path "." -Include "node_modules" -Recurse -Directory | Remove-Item -Recurse -Force -WhatIf |