All public logs
From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
Combined display of all available logs of OPeNDAP Documentation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 00:11, 29 August 2024 Jimg talk contribs created page File:Data-comparison.png (Data subset using DMR++ and the native file reader (HDF4-EOS2), compared using Panoply. The data were subset and the response was a netCDF4 file in each case.)
- 00:11, 29 August 2024 Jimg talk contribs uploaded File:Data-comparison.png (Data subset using DMR++ and the native file reader (HDF4-EOS2), compared using Panoply. The data were subset and the response was a netCDF4 file in each case.)
- 22:47, 28 August 2024 Jimg talk contribs created page File:Hyrax-subsetting.png (Click on the file with the .dmrpp extension and use the Hyrax interface to subset the data, as this example shows. You can use a tool like Panoply to plot the data returned.)
- 22:47, 28 August 2024 Jimg talk contribs uploaded File:Hyrax-subsetting.png (Click on the file with the .dmrpp extension and use the Hyrax interface to subset the data, as this example shows. You can use a tool like Panoply to plot the data returned.)
- 22:44, 28 August 2024 Jimg talk contribs created page File:Hyrax-including-new-DNRpp.png (This shows that the hyrax server running in the Docker container that also contains the get_dmrpp_h4 command can be used along with the server's web interface to examine the DMR++. The interface can be used to download various response types using the DMR++.)
- 22:44, 28 August 2024 Jimg talk contribs uploaded File:Hyrax-including-new-DNRpp.png (This shows that the hyrax server running in the Docker container that also contains the get_dmrpp_h4 command can be used along with the server's web interface to examine the DMR++. The interface can be used to download various response types using the DMR++.)
- 23:26, 22 February 2024 Jimg talk contribs created page More about strings - passing strings to functions (Created page with "== Is it better to pass as a const reference, or by value and then use std::move()? == It depends. Here's a concise explanation from Stack Overflow. There are three cases: (0): Creature(const std::string &name) : m_name{name} { } A passed lvalue binds to name, then is copied into m_name. A passed rvalue binds to name, then is copied into m_name. (1): Creature(std::string name) : m_name{std::move(name)} { } A passed lvalue is copied into name, t...")
- 19:08, 18 October 2023 Jimg talk contribs reverted File:OPeNDAP-Logo Large.png to an old version (Reverted to version as of 19:03, 18 October 2023 (UTC))
- 19:05, 18 October 2023 Jimg talk contribs uploaded a new version of File:OPeNDAP-Logo Large.png
- 19:03, 18 October 2023 Jimg talk contribs uploaded a new version of File:OPeNDAP-Logo Large.png
- 18:34, 16 October 2023 Jimg talk contribs created page Planning a Program Increment (Created page with "The overall scope of the work that management thinks should be done for a quarter (i.e., a PI) is given in the Candidate Feature list. The Planning Agenda describes how the 200+ people in the ESDIS project will coordinate the planning process for that work. Information sources: * Overall information with schedule: https://wiki.earthdata.nasa.gov/display/EPS/ESDIS+Program+SAFe * Planning Agenda: https://wiki.earthdata.nasa.gov/display/EPS/PI+Planning+for+23.4+Agenda * Ca...")
- 14:57, 16 August 2023 Jimg talk contribs created page What is faster? stringstream string + String (Created page with "That is: I have two string objects:string str_1, str_2. I want to concatenate to them. I can use two methods: method 1: <pre> std::stringstream ss; //std::string str_1("hello"); //std::string str_2("world"); ss << "hello"<< "world"; const std::string dst_str = std::move(ss.str()); </pre> method 2: <pre> std::string str_1("hello"); std::string str_2("world"); const std::string dst_str = str_1 + str_2; </pre> Because the string's buffer is read only, when you chan...")
- 19:29, 19 April 2023 Jimg talk contribs created page File:Travis test log line 2023-04-19.png
- 19:29, 19 April 2023 Jimg talk contribs uploaded File:Travis test log line 2023-04-19.png
- 19:27, 19 April 2023 Jimg talk contribs created page How to download test logs from a Travis build (Created page with "All of our CI/CD builds for both libdap4 and the BES run tests and save the results of the tests to an S3 bucket named **opendap.travis.tests**. Here's how to download the collected log files from those tests. # Scroll to the end of one of the travis builds for these projects. # At the very end you will see a line that says ... # Expand that line by clicking the triangle to the left. # Copy the S3 URL. # Using the AWS Command Line Tool, copy the file to your local com...")
- 16:20, 22 February 2023 Jimg talk contribs created page File:CLion libdap4 BED configuration.png (Version 2)
- 16:20, 22 February 2023 Jimg talk contribs uploaded File:CLion libdap4 BED configuration.png (Version 2)
- 20:34, 2 February 2023 Jimg talk contribs created page Better Singleton classes C++ (Created page with "We use lots of Singleton classes in the BES Framework. One issue with that pattern is that memory is usually not returned to the heap before the process exits, leaving tools like valgrind to report the memory as leaked. This is misleading and can be ignored, except that it's a great way to hide ''real'' leaks behind the noise in a sea of false positives. Here's a way around that using C++'s unquie_ptr. ## The basic plan I'll use a real example of this from the BES; the...")
- 04:51, 1 September 2022 Jimg talk contribs uploaded File:Clion debugging.png
- 04:42, 1 September 2022 Jimg talk contribs uploaded File:Clion start it.png
- 04:39, 1 September 2022 Jimg talk contribs uploaded File:Clion complete dialog.png
- 04:23, 1 September 2022 Jimg talk contribs uploaded File:Clion plain dialog.png
- 04:21, 1 September 2022 Jimg talk contribs uploaded File:Clion scp.png
- 04:06, 1 September 2022 Jimg talk contribs uploaded File:Clion debug config.png
- 04:03, 1 September 2022 Jimg talk contribs uploaded File:Clion cbt.png
- 22:03, 30 August 2022 Jimg talk contribs uploaded File:Clion initial edit conf dialog.png
- 21:55, 30 August 2022 Jimg talk contribs uploaded File:Clion code error 2.jpg
- 21:53, 30 August 2022 Jimg talk contribs uploaded File:Clion code error.png
- 21:51, 30 August 2022 Jimg talk contribs uploaded File:Clion run.png
- 21:47, 30 August 2022 Jimg talk contribs uploaded File:Clion env dialog.png
- 20:41, 30 August 2022 Jimg talk contribs uploaded File:Clion targets.png
- 20:39, 30 August 2022 Jimg talk contribs uploaded File:Clion edit config.png
- 20:37, 30 August 2022 Jimg talk contribs uploaded File:Clion run menu.png
- 20:16, 30 August 2022 Jimg talk contribs uploaded File:Clion code is indexed.png
- 19:56, 30 August 2022 Jimg talk contribs uploaded File:Screen Shot 2022-08-30 at 13.46.10.png
- 19:39, 30 August 2022 Jimg talk contribs uploaded File:Clion bed done right.png
- 19:33, 30 August 2022 Jimg talk contribs uploaded File:Clion bed makefile.png
- 19:29, 30 August 2022 Jimg talk contribs uploaded File:Clion tools menu.png
- 19:25, 30 August 2022 Jimg talk contribs uploaded File:Clion index fail.jpg
- 19:14, 30 August 2022 Jimg talk contribs uploaded File:Clion open 3.png
- 19:13, 30 August 2022 Jimg talk contribs uploaded File:Clion open 2.png
- 19:10, 30 August 2022 Jimg talk contribs uploaded File:Clion open.png
- 18:07, 30 August 2022 Jimg talk contribs uploaded File:Clion version.png
- 18:03, 30 August 2022 Jimg talk contribs uploaded File:Cmake error 2.jpg
- 17:58, 30 August 2022 Jimg talk contribs uploaded File:Cmake error.png
- 17:52, 30 August 2022 Jimg talk contribs uploaded File:Choose the repo.png
- 17:47, 30 August 2022 Jimg talk contribs uploaded File:Make a new project.png
- 19:12, 19 January 2022 User account Kneumiller talk contribs was created by Jimg talk contribs and password was sent by email (Need to update documentation.)
- 19:10, 15 October 2019 Jimg talk contribs uploaded File:Editing a Target 2019-10-15 at 12.46.24.png
- 19:00, 15 October 2019 Jimg talk contribs uploaded File:Open CBT Dialog 2019-10-15 at 12.57.51.png