create HTML presets from steam collections (with a second, optional, mods collection)
https://armapresetcreator.co.uk/
converts jpg, png to PAA and vise versa
create HTML presets from steam collections (with a second, optional, mods collection)
https://armapresetcreator.co.uk/
converts jpg, png to PAA and vise versa
text/html
, and possibly something of type text/plain
. The text/plain
one will be the text content of your object, which you can ignore.In the text/html
, you're looking for:
figmeta
:# Install bass (https://github.com/edc/bass) to be able to use bash utilities in Fish | |
fisher add edc/bass | |
touch ~/.config/fish/functions/sdk.fish | |
# paste content in ~/.config/fish/functions/sdk.fish, then save | |
function sdk | |
bass source ~/.sdkman/bin/sdkman-init.sh ';' sdk $argv | |
end |
Since version 2.23, git-blame has a feature to ignore certain commits. This feature is useful to ignore large formatting or apparently unimportant changes.
.git-blame-ignore-revs
git config blame.ignoreRevsFile .git-blame-ignore-revs
The file format is described in git-fsck
's man:
https://git-scm.com/docs/git-fsck#Documentation/git-fsck.txt-fsckskipList
# Commands used in the video https://youtu.be/-bCG87jBDqA : | |
sudo apt update && sudo apt upgrade -y | |
git clone https://bitbucket.org/sol_prog/raspberry-pi-gcc-binary.git | |
cd raspberry-pi-gcc-binary | |
tar -xjvf gcc-9.1.0-armhf-raspbian.tar.bz2 | |
sudo mv gcc-9.1.0 /opt | |
cd .. | |
rm -rf raspberry-pi-gcc-binary |
<div> | |
<section class="mt-10"> | |
<div class="mx-auto max-w-screen-xl px-4 lg:px-12"> | |
<!-- Start coding here --> | |
<div class="bg-white dark:bg-gray-800 relative shadow-md sm:rounded-lg overflow-hidden"> | |
<div class="flex items-center justify-between d p-4"> | |
<div class="flex"> | |
<div class="relative w-full"> | |
<div class="absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none"> | |
<svg aria-hidden="true" class="w-5 h-5 text-gray-500 dark:text-gray-400" |
Download the NeverWare's ChromeOS build from http://www.neverware.com/freedownload
Extract the *.bin.zip
Convert it to VDI. vboxmanage convertdd chromiumos_image.bin chromiumos_image.vdi
mv chromiumis_image.vdi C:\t\v\chromeos\