The initial source comes from https://github.com/sdcuike/issueBlog/issues/4
https://github.com/PacktPublishing free to download books code by Packet
https://github.com/EbookFoundation/free-programming-books Very immense
https://github.com/PacktPublishing free to download books code by Packet
https://github.com/EbookFoundation/free-programming-books Very immense
Test report for PR(s) https://github.com/easybuilders/easybuild-easyconfigs/pull/14500
Build succeeded for 2 out of 4 (1 easyconfigs in total)
| ] | |
| sanity_pip_check = True | |
| modextrapaths = { | |
| 'OPENMM_INCLUDE_PATH': 'include', | |
| 'OPENMM_LIB_PATH': 'lib', | |
| } | |
| moduleclass = 'bio' |
| TEST_UNDECLARED_OUTPUTS_DIR=bazel-out/k8-opt/testlogs/tensorflow/core/util/work_sharder_test/test.outputs \ | |
| TEST_UNDECLARED_OUTPUTS_MANIFEST=bazel-out/k8-opt/testlogs/tensorflow/core/util/work_sharder_test/test.outputs_manifest/MANIFEST \ | |
| TEST_UNDECLARED_OUTPUTS_ZIP=bazel-out/k8-opt/testlogs/tensorflow/core/util/work_sharder_test/test.outputs/outputs.zip \ | |
| TEST_UNUSED_RUNFILES_LOG_FILE=bazel-out/k8-opt/testlogs/tensorflow/core/util/work_sharder_test/test.unused_runfiles_log \ | |
| TEST_WARNINGS_OUTPUT_FILE=bazel-out/k8-opt/testlogs/tensorflow/core/util/work_sharder_test/test.warnings \ | |
| TEST_WORKSPACE=org_tensorflow \ | |
| TF2_BEHAVIOR=1 \ | |
| TF_SYSTEM_LIBS=absl_py,astor_archive,astunparse_archive,boringssl,com_google_protobuf,curl,cython,dill_archive,double_conversion,enum34_archive,flatbuffers,functools32_archive,gast_archive,gif,hwloc,icu,jsoncpp_git,libjpeg_turbo,lmdb,nasm,nsync,opt_einsum_archive,org_sqlite,pasta,png,pybind11,six_archive,snappy,tblib_archive,termcolor_archive,typing_ext |
| /****************** | |
| * minesweeper.js * | |
| ****************** | |
| * | |
| * So much for Asimov's Laws. They're actually trying to kill | |
| * you now. Not to be alarmist, but the floor is littered | |
| * with mines. Rushing for the exit blindly may be unwise. | |
| * I need you alive, after all. | |
| * | |
| * If only there was some way you could track the positions |
| <?xml version="1.0" encoding="utf-8"?> | |
| <fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <files> | |
| <file path="C:\ProgramData\chocolatey\lib\mongodb.portable\mongodb-windows-x86_64-5.2.0-rc0.zip.txt" checksum="995AF5BCA480F1F57FEA809BABA83450" /> | |
| <file path="C:\ProgramData\chocolatey\lib\mongodb.portable\mongodb.portable.nupkg" checksum="2050D8BA3D46E5C6B5C057FAE91225FC" /> | |
| <file path="C:\ProgramData\chocolatey\lib\mongodb.portable\mongodb.portable.nuspec" checksum="4C0633645CBEC60610F336303A8CE4CD" /> | |
| <file path="C:\ProgramData\chocolatey\lib\mongodb.portable\tools\chocolateyInstall.ps1" checksum="CD46950677DA3418CCDEA02AE06EA1F9" /> | |
| <file path="C:\ProgramData\chocolatey\lib\mongodb.portable\tools\chocolateyUninstall.ps1" checksum="1068BD7B475478D1BD9CFCD79F7E65C3" /> | |
| <file path="C:\ProgramData\chocolatey\lib\mongodb.portable\tools\Uninstall-ChocolateyPath.psm1" checksum="44368804BE2AAF1365B879238CB50C42" /> | |
| </files> |
| git clone --depth=1 https://github.com/git/git | |
| Searched "stash" in `Documentation/RelNotes/*.txt` | |
| ``` | |
| 190 results - 74 files | |
| Documentation/RelNotes/1.5.3.2.txt: | |
| 13 talking over svn:// protocol. | |
| 14 | |
| 15 * git-send-email re-issued the same message-id about 10% of the |
| ARG nanoserver="mcr.microsoft.com/windows/nanoserver:1809-amd64" | |
| FROM ${nanoserver} as windows-base | |
| FROM --platform=linux/amd64 ubuntu:20.04 as prep | |
| COPY --from=windows-base /Windows/System32/config/SYSTEM /windows/ | |
| Add stop-diagtrack ./stop-diagtrack | |
| RUN apt-get update | |
| RUN apt-get install chntpw | |
| RUN ls -LH /windows/SYSTEM | |
| RUN chmod 777 /windows/SYSTEM |
| // source https://stackoverflow.com/questions/19721439/download-json-object-as-a-file-from-browser | |
| function downloadObjectAsJson(exportObj, exportName){ | |
| var dataStr = "data:text/json;charset=utf-8," + encodeURIComponent(JSON.stringify(exportObj)); | |
| var downloadAnchorNode = document.createElement('a'); | |
| downloadAnchorNode.setAttribute("href", dataStr); | |
| downloadAnchorNode.setAttribute("download", exportName + ".json"); | |
| document.body.appendChild(downloadAnchorNode); // required for firefox | |
| downloadAnchorNode.click(); | |
| downloadAnchorNode.remove(); |
| Maintainers: | |
| jtojnar: link-grammar, link-grammar, link-grammar, link-grammar |