code

Recherche

Voici les résultats de votre recherche.

softwares @recherche:cluster
43 Occurrences trouvées, Dernière modification :
Un exemple est donné ci dessous pour Gpaw. Si un code peut être utile à suffisamment d'utilisateurs, vo... ns votre shellrc. Pour bash, dans `~/.bashrc` : <Code:bash> XXX </Code> Pour zsh, dans `~/.zshrc`: <Code:bash> XXX </Code> Ensuite, vous pouvez afficher les environnement d
syntax @wiki
29 Occurrences trouvées, Dernière modification :
nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customizati... be modified */ $lang['js']['nosmblinks'] = ''; </code> ==== Image Links ==== You can also use an imag... t use indention for deeper levels - That's it <code> * This is a list * The second item * You... t use indention for deeper levels - That's it </code> Also take a look at the [[doku>faq:lists|FAQ on
scam @securite
25 Occurrences trouvées, Dernière modification :
amais communiquer ses identifiants (mot de passe, code de carte bleue, ...) dans un email** * **Vérifi... d'une structure française connue (cachée ici) <code html> expéditeur : xxx@xxx.fr sujet: RE/RAPPEL ... Copiez et coller le lien dans votre navigateur </code> ===== Hameçonnage du 27.05.2014 ===== Courrie... r * la qualité du "français dans le texte"... <code html> Expediteur: asosaceh@sct.gob.mx Sujet: DGTF
cis-projets @recherche
24 Occurrences trouvées, Dernière modification :
s post-installation ===== * //Base de données// <code>cis-lab:~ # apt install nginx mariadb-server </code> <code>cis-lab: ~ # systemctl start mariadb.service </code> <code>cis-lab:~ # systemctl enable mariadb.servic
aide_mise_en_forme @servinfo
24 Occurrences trouvées, Dernière modification :
uelques exemples: <WRAP tip>Mon texte...</WRAP> <code> <WRAP tip>Mon texte...</WRAP> </code> <WRAP round download>Mon texte...</WRAP> <code> <WRAP round download>Mon texte...</WRAP> </code> <wrap info>info</wrap> <wrap alert>info</wrap> <wrap
cluster @recherche
17 Occurrences trouvées, Dernière modification :
des spéciales slurm du début la ligne suivante: <Code:bash> #SBATCH --array 1-500%10 </Code> Ainsi, vous définissez avoir 500 jobs à lancer, mais n'en autor... tiliser de la sorte (par exemple, avec python): <Code:bash> module purge module load anaconda/python3 c... H srun python array_job.py $SLURM_ARRAY_TASK_ID </Code> Et le python correspondant: <Code:python> impor
modifier_les_liens_pour_la_langue_fr @slideshow
11 Occurrences trouvées, Dernière modification :
s liens pour la langue FR ====== En français, le code du Slideshow, prends en compte la langue et ajoute un fr dans l'url : <code html> <div class="content_image"> <a href... ="lightshow[photogallery-200][]" >Diaporama</a> </code> or les images sont dans le dossier http://www.m... tandard_page.tpl.php et remplacer la ligne 38 : <code php> <a href="<?php print url($node->fiel
beamer @recherche:latex
10 Occurrences trouvées, Dernière modification :
Beamer ====== ##Various Snippets <code:latex linenums> %==============================================... cref command and explicitely add the hyperlink. </code> ##Videos Latex can produce pdf with linked/embe... resenter, this can be tricky. ###Acrobat Reader <code:latex linenums | Acrobat Reader> \usepackage[cont... s[width=6cm]{3}{basename_}{28}{63} \end{figure} </code> ###Okular et pdfpc <code:latex linenums | Okula
git @recherche:prog
10 Occurrences trouvées, Dernière modification :
====== Incorporer un numéro de version dans le code ====== Inspired from [[http://xit0.org/2013/04/cmak... En utilisant cmake, mettez dans le CMakeLists: <Code > execute_process( COMMAND git describe --abbre... RECTORY ${CMAKE_SOURCE_DIR} OUTPUT_VARIABLE GIT_CODE_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE ) conf... tVersion.cpp.in" "../src/GitVersion.cpp" @ONLY) </Code> Et le fichier template <Code:cpp | src/GitVers
jabref @recherche:softs
6 Occurrences trouvées, Dernière modification :
ile named "jabref" with the following content: <Code:shell> java -jar /opt/jabref/JabRef-X.Y.jar & </Code> - make it executable: <Code:shell> chmod +x /opt/jabref/jabref </Code> Now, for Ubuntu (and possibly others), create the following
exemples @recherche:softs:neper
6 Occurrences trouvées, Dernière modification :
standard et y tracer un champ scalaire ====== <Code:shell> neper -T -n 1 -domain "stdtriangle(10)" -d... \ -print stdtri-col </Code> {{ :recherche:softs:neper:stdtri-col.png?400|}... rtir un maillage périodique pour Zebulon ====== <code:bash> neper -T -n 10 -dim 3 -per 1 -oriformat geof -o polyper neper -M polyper.tess -for geof </code> <Code:python linenums:5 |Convertir un fichier .
msh_to_geof @recherche:softs
5 Occurrences trouvées, Dernière modification :
====== Convertir avec Z-set ====== <Code:shell> ****mesher ***mesh toto **import gmsh toto.msh ****return </Code> ====== Convertir un maillage C2D3 avec un scrip... e. Auquel cas, autant y aller "à la main" avec un code comme celui ci-dessous: <Code:python linenums:5> def from_gmsh_to_geof(msh_name, geof_name, dim = 2):
abaqus_vumat @recherche:cluster
4 Occurrences trouvées, Dernière modification :
tribution used. The following example worked: <Code:shell> module purge module load intel/parallel_studio_xe_2020 module load abaqus/2018 </Code> Then to start the calculation, you have to point abaqus to the location of your UMAT/VUMAT: <Code:shell> abaqus job=jobName input=InputName.inp user=UMAT_Name.f scratch=$SCRATCH interactive </Code>
latex @recherche:latex
4 Occurrences trouvées, Dernière modification :
====== Open a file "my\_own\_notations.sty" <Code:latex> %% some stuff ... % get home variable \de... tial #1}{\partial #2}} %% some other stuff ... </Code> Put this file in a folder "texmf/tex/latex/loca... (~/.bashrc , ~/.zshrc , etc), export this path: <Code:shell> export TEXMFHOME=path to the previous folder/texmf </Code> Now you can use it as any other package.
ide @recherche:prog
4 Occurrences trouvées, Dernière modification :
e développement (IDE) ====== Pour développer du code, un éditeur de texte devient vite limité. Il vous... * plugins divers ( mode vim !) * [[https://code.visualstudio.com/|Visual Studio Code ]] * linux, windows, mac * gratuit * gère lan... *Fortran** * [[http://www.codeblocks.org/home | Code::Blocks]] * licence GNU GPL 3 * multiOS (
thermocalc @recherche:softs
4 Occurrences trouvées, Dernière modification :
zset_progressive_mesh @recherche:softs
4 Occurrences trouvées, Dernière modification :
ebsd_stiching @recherche:methodes:ebsd
4 Occurrences trouvées, Dernière modification :
reugtca020318 @sg:gt:controleacces2017
4 Occurrences trouvées, Dernière modification :
cartesmultiservices @eleves
3 Occurrences trouvées, Dernière modification :
cp1252 @recherche:windows
3 Occurrences trouvées, Dernière modification :
avoir_une_signature @eleves
2 Occurrences trouvées, Dernière modification :
compilateur_c @eleves
2 Occurrences trouvées, Dernière modification :
ebsd @recherche:methodes
2 Occurrences trouvées, Dernière modification :
gsmh_from_step_file @recherche:softs
2 Occurrences trouvées, Dernière modification :
ebsd_depth_map @recherche:methodes:ebsd
2 Occurrences trouvées, Dernière modification :
edax_conv @recherche:methodes:ebsd
2 Occurrences trouvées, Dernière modification :
mtex_import @recherche:methodes:ebsd
2 Occurrences trouvées, Dernière modification :
modelesdonnees @sg:gt:controleacces2017
2 Occurrences trouvées, Dernière modification :
ide_jetbrains @eleves
1 Occurrences trouvées, Dernière modification :
presentation @recherche
1 Occurrences trouvées, Dernière modification :
collab @recherche:collab
1 Occurrences trouvées, Dernière modification :
badgescomue @sg:gt:controleacces2017
1 Occurrences trouvées, Dernière modification :
dgsi-100217 @sg:gt:controleacces2017
1 Occurrences trouvées, Dernière modification :
foncorga @sg:gt:controleacces2017
1 Occurrences trouvées, Dernière modification :
reugtca080318 @sg:gt:controleacces2017
1 Occurrences trouvées, Dernière modification :
reugtca151118 @sg:gt:controleacces2017
1 Occurrences trouvées, Dernière modification :
reugtca220318 @sg:gt:controleacces2017
1 Occurrences trouvées, Dernière modification :
reugtca290617 @sg:gt:controleacces2017
1 Occurrences trouvées, Dernière modification :