I hereby claim:
- I am apoorv-2204 on github.
- I am apoorvgupta9999 (https://keybase.io/apoorvgupta9999) on keybase.
- I have a public key ASBmUrulCzGfC1alHnBsbkY2zAcLAfbctR2_MXqixV4ptQo
To claim this, I am signing this object:
| defmodule Core.Services.Iso3166 do | |
| @moduledoc false | |
| def codes do | |
| [ | |
| %{ | |
| eng_short_name: "Afghanistan", | |
| alpha_2_code: "AF", | |
| alpha_3_code: "AFG", | |
| numeric: "004" |
| sudo apt update | |
| sudo apt install -y build-essential wget curl autoconf pkg-config libpng-dev libjpeg-dev libtiff-dev libfontconfig1-dev \ | |
| libx11-dev libxext-dev libfreetype6-dev libxml2-dev liblcms2-dev liblqr-1-0-dev libfftw3-dev | |
| wget https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-44.tar.gz | |
| tar xzf 7.1.1-44.tar.gz | |
| cd ImageMagick-7.1.1-44 | |
| ./configure --prefix=/usr/local --with-bzlib=yes --with-fontconfig=yes --with-freetype=yes --with-gslib=yes --with-gvc=yes --with-jpeg=yes --with-jp2=yes --with-png=yes --with-tiff=yes --with-xml=yes | |
| make -j$(nproc) |
| change Function: | |
| Automatic Reversibility: Used when Ecto can automatically infer how to reverse the migration. | |
| Simple Operations: Suitable for straightforward schema changes like creating/dropping tables, | |
| adding/removing columns, and modifying indexes. | |
| up and down Functions: |
| #!/bin/bash | |
| # This script will recursively find all .ex and .exs files | |
| # and sort the alias groups within each file alphabetically. | |
| find . -type f \( -name "*.ex" -o -name "*.exs" \) | while read -r file; do | |
| # Read the file into an array | |
| mapfile -t lines < "$file" | |
| in_alias_group=false |
I hereby claim:
To claim this, I am signing this object:
| Anti-pattern | |
| https://stackoverflow.com/questions/980601/what-is-an-anti-pattern |
//usefull commands in archethic-node development
sudo mix clean & sudo mix format & sudo mix
https://docs.docker.com/compose/install/
https://docs.portainer.io/v/ce-2.9/start/install/server/docker/linux