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
| #!/usr/bin/fish | |
| # You can add this to your ~/.config/fish/config.fish | |
| function __fish_complete_bash | |
| set cmd (commandline -cp) | |
| bash -c "source get-bash-completions.sh; get_completions '$cmd'" | |
| end | |
| # Set the tool to use bash completions |
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
| G=H-TS | |
| ΔG =0rev <0irrev >0impossible | |
| ΔH>0 endo ΔH<0 exo (or Q?) | |
| dln(K)/dT=ΔrH/RT^2 | |
| =>ln(K)=-ΔrH/RT+cst | |
| ΔHt2=ΔHt1+integr(x*Cpmol dT) | |
| ln(K)=-ΔG°/RT | |
| ΔG=ΔG°+RTln(Q) | |
| V=N_comp-r_eq.ch.-r'_part.rel | |
| +n_unkTP-φ |
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
| # jkhhgjh | |
| print("gros") |
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
| from kandinsky import fill_rect, draw_string | |
| from time import sleep | |
| from ion import * | |
| # Type de fichier: .pbm ou .pgm | |
| # Largeur et longueur | |
| fichier = "pbm 24 7" | |
| # Chaine | |
| chaine = """ |
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
| from math import * | |
| def go(): | |
| print("Jacqueline qu'est-ce qu'on bouffe ?") |