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 20 | older 20) (20 | 50 | 100 | 250 | 500)- 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