Ajoutez votre clé SSH sur github : https://github.com/settings/keys
Remplacez les valeurs pour "Prénom Nom" et "[email protected]".
| if ($Args) | |
| { | |
| $dir = $Args[0] -Join " " | |
| $input = Read-Host -Prompt "Are you sure you want to execute the fixing on ``$($dir)`` ? [y:N]" | |
| if ($input -like "y") | |
| { | |
| $files = Get-Childitem $Args[0] -recurse | where {! $_.PSIsContainer} | |
| foreach ($file in $files) | |
| { |
| #!/usr/bin/sh | |
| apt-get install -y libglib2.0-0 curl gnupg > /dev/null | |
| cat <<EOF | gpg --import | |
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| mQINBGCXz3sBEAC0MuPb6suILUH2uzCFrd6McTPNr+QM8fCK0KQ81ezrRiM/Kzbw | |
| mCK/Dp8oXs85+3hX5bWfSWgnat4Lflsju7WU7c/VnmR4e263/5/dAt00SL0I14Se | |
| skVCOIx3OVaEpjWBZYLTBPf6oE7MY7Y0sQROVeAh+MYJM9E0YE6pDtxNYFWmbVEq | |
| 9NjFn4YdgGSlDrHmUv2BiWDfNcuRqAkHCmgWHt4BGI6wfX6UvX2rMkybWOl9OsyA |
| sudo dnf install -y libcurl-devel json-devel zlib-devel sqlite-devel gnutls-devel gtkmm30-devel openssl-devel |
Ajoutez votre clé SSH sur github : https://github.com/settings/keys
Remplacez les valeurs pour "Prénom Nom" et "[email protected]".
https://www.desmos.com/calculator/bunaio1m4p https://math.stackexchange.com/a/773960
$$ g_{n}\left(x\right)=\frac{1}{2n}\left(\frac{\sin\left(\frac{n}{2}\left(\pi+\frac{\pi}{n}x\right)\right)}{\sin\left(\frac{1}{2}\left(\pi+\frac{\pi}{n}x\right)\right)}\cos\left(\frac{\left(n-1\right)}{2}\left(\pi+\fra
| #!/bin/bash | |
| # This script is used to install the STM32CubeIDE on Fedora 37 which does not have | |
| # ncurse 5 libraries. The script installs the libraries and then runs the installer. | |
| # | |
| # Before running this script, download the rpm_bundle installer from the ST website | |
| # and either extract it to the current directory or go to the directory where it the | |
| # installer is located. | |
| # | |
| # This script needs to in the same directory as the rpm_bundle installer. |
| #!/bin/bash | |
| # Install Eclipse C++ | |
| mkdir -p $HOME/Applications/eclipse-cpp | |
| cd $HOME/Applications/eclipse-cpp | |
| git clone --depth 1 https://aur.archlinux.org/eclipse-cpp.git . | |
| distrobox create --image archlinux --name eclipse-cpp --yes | |
| distrobox enter eclipse-cpp -- "sudo pacman -Syu --needed --noconfirm git base-devel" | |
| distrobox enter eclipse-cpp -- "makepkg -si --noconfirm" |
This script will install liboo2corelinux64 static and shared libraries in /usr/local/lib64. It will give you those files:
liboo2corelinux64.a (static)liboo2corelinux64.so (soft link to shared)liboo2corelinux64.so.9 (shared)get_oodle_lib tool to download oodle libraries (source): pipx install git+https://github.com/sehnryr/get-oodle-libCommit.gitdeps.xml file from Unreal Engine source code (found here) which access can be granted by following the instructions at https://github.com/EpicGames/Signup.