• skip to content

CLAWRIM Wiki

The Computational Lab for Advanced Water Resources Informatics and Modeling

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » code
Trace: • how_to_compile_peakfq_on_linux • how_to_compile_modflow_6_on_slackware • nelson_kandel • how_to_install_tex_live_on_linux • abdullah_azzam • dokuwiki

code

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • howtos (17)
  • software (3)
  • academic_opportunities (1)
  • projects (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

syntax @wiki
29 Hits, Last modified: 7 months ago
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
tutorial @software:canopy
19 Hits, Last modified: 20 months ago
pository using Git in the terminal with the below code <code> git clone https://github.com/HuidaeCho/canopy.git </code> OR visit the [[https://github.com/HuidaeCho/can... s functions. To accomplish this use the following code. <code python> import sys sys.path.append('C:/pat
how_to_install_hec-ras_on_linux @howtos
16 Hits, Last modified: 19 months ago
, we use NMSU's Discovery node ''discovery-l2'': <code bash> # connect to the NMSU network using either ... username@discovery-l2 # type your NMSU password </code> Download the [[https://www.hec.usstart?rev=1721... RAS_610_Linux.zip|HEC-RAS 6.1.0 Linux version]]. <code bash> mkdir -p ~/archive/hecras cd ~/archive/hecr... oftware/hec-ras/downloads/HEC-RAS_610_Linux.zip </code> Uncompress the downloaded file. <code bash> mkd
user_manual @software:canopy
12 Hits, Last modified: 20 months ago
b.com/HuidaeCho/canopy|CanoPy GitHub repository]]<code> git clone https://github.com/HuidaeCho/canopy.git </code> - Copy ''canopy_config-example.py'' to ''canop... w from within ArcMap - Import the canopy module<code python> import sys sys.path.append('C:/path/to/the/canopy/module') import canopy </code> - Assign physiographic region IDs to the naipq
how_to_compile_peakfq_on_linux @howtos
6 Hits, Last modified: 18 months ago
mpiler]]. You can download the incomplete source code of PeakFQ from [[https://water.usgs.gov/software/... I'll use [[https://water.usgs.gov/software/PeakFQ/code/7.5.1/PeakFQ_7.5.1.src.zip|PeakFQ_7.5.1.src.zip]]... h compile_peakfq.sh> #!/bin/sh # download source code wget https://water.usgs.gov/software/PeakFQ/code/7.5.1/PeakFQ_7.5.1.src.zip # unzip it mkdir -p ~/usr/
how_to_install_tex_live_on_linux @howtos
6 Hits, Last modified: 2 months ago
does not require tlmgr for additional packages. <code bash> # download the installer cd /tmp wget https... them into the current session . ~/.bash_profile </code> For other users, <code bash> # create the same directory structure mkdir -p ~/usr/local/opt ~/usr/loc... them into the current session . ~/.bash_profile </code> ===== Per-user installation ===== The initial
links
4 Hits, Last modified: 5 months ago
or NMSU HPC]] * [[https://www.nayuki.io/page/qr-code-generator-library|QR Code generator library]] * [[http://neuralnetworksanddeeplearning.com/|Neural Ne... first-neural-network-for-beginners-explained-with-code-4cfd37e06eaf|First neural network for beginners explained (with code)]]
how_to_install_micromamba @howtos
4 Hits, Last modified: 3 weeks ago
install micromamba ====== ===== On UN*X ===== <code bash> # install micromamba curl -L https://micro.... " >> ~/.bashrc # source micromamba . ~/.bashrc </code> ===== On Windows ===== Install [[https://chris... tures. See [[how to install Clink on Windows]]. <code batch> rem install micromamba mkdir %USERPROFILE%... \clink_start.cmd rem add the doskey to the current session %LOCALAPPDATA%\clink\clink_start.cmd </code>
technical_manual @software:canopy
4 Hits, Last modified: 20 months ago
olders that contain actual imagery GeoTIFF files.<code> F:/Georgia/ga/ 34083/ ... 0.tif ... ... </code> * Example: ''naip_path = 'F:/Georgia/ga''' ==... ture of the project folder is defined as follows:<code> C:/.../ (project_path) Data/ ... tif ... ... </code> * **NOTE:** Output folder must be manually cre
file_naming_conventions
3 Hits, Last modified: 2 weeks ago
Use **underscores (_)** only for software source code files. ===== Documentation and manuscripts =====... 4-postprocess-results.sh ===== Software source code ===== Software source code files use **underscores** to separate words. This ensures compatibility wit
how_to_compile_grass_on_slackware @howtos
2 Hits, Last modified: 5 weeks ago
[https://grass.osgeo.org/|GRASS]] on Slackware. <code bash> # switch to root su - # create postgres gr... ; then echo 'export PATH="$HOME/usr/local/bin:$PATH"' > ~/.bash_profile . ~/.bash_profile fi </code>
how_to_compile_modflow_6_on_slackware @howtos
2 Hits, Last modified: 12 months ago
these dependencies and MODFLOW 6 on Slackware. <code bash> # switch to root su - # install openmpi an... ; then echo 'export PATH="$HOME/usr/local/bin:$PATH"' > ~/.bash_profile . ~/.bash_profile fi </code>
how_to_compile_qgis_on_slackware @howtos
2 Hits, Last modified: 5 weeks ago
mpile_grass_on_slackware|Install GRASS]] first. <code bash> # switch to root su - # replace USERNAME w... ld any dependencies; # build (S)aved options for qgis to compile GRASS support sbopkg -k -i qgis </code>
how_to_convert_latex_to_qmd @howtos
2 Hits, Last modified: 4 weeks ago
====== How to convert LaTeX to QMD ====== <code bash> # convert tex to tempory qmd pandoc main.tex --to... at main.tmp) > main.qmd # delete tmp file rm main.tmp # render quarto render main.qmd --to pdf </code>
how_to_count_non-null_records_in_a_column_in_a_csv_file @howtos
2 Hits, Last modified: 20 months ago
n-null records in a column in a CSV file ====== <code bash> tail -n +2 merged.csv | sed 's/"//g; s/,/ /g' | awk '{ if($57 != "") count++ } END{ print count }' </code>
how_to_create_an_r_package @howtos
2 Hits, Last modified: 4 weeks ago
how_to_download_features_using_the_arcgis_rest_api @howtos
2 Hits, Last modified: 18 months ago
how_to_find_the_order_of_a_column_in_a_csv_file @howtos
2 Hits, Last modified: 20 months ago
how_to_install_clink_on_windows @howtos
2 Hits, Last modified: 8 weeks ago
how_to_install_miniconda_on_linux @howtos
2 Hits, Last modified: 3 weeks ago
how_to_install_the_intel_fortran_compiler_on_linux @howtos
2 Hits, Last modified: 18 months ago
how_to_merge_csv_files_in_the_current_directory @howtos
2 Hits, Last modified: 20 months ago
how_to_use_shell_scripting_on_windows @howtos
2 Hits, Last modified: 20 months ago
open_science
1 Hits, Last modified: 20 months ago
start
1 Hits, Last modified: 2 weeks ago
2021 @academic_opportunities
1 Hits, Last modified: 20 months ago
open_source_canopy_classification @projects
1 Hits, Last modified: 20 months ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki