Skip to content

Instantly share code, notes, and snippets.

@branfosj
branfosj / easybuild_test_report_14500_easybuilders_preasybuild-easyconfigs_20214009-UTC-20-40-33.md
Created Dec 9, 2021
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #14500
View easybuild_test_report_14500_easybuilders_preasybuild-easyconfigs_20214009-UTC-20-40-33.md

Test report for PR(s) https://github.com/easybuilders/easybuild-easyconfigs/pull/14500

Test result

Build succeeded for 2 out of 4 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

@branfosj
branfosj / AlphaFold-2.1.1-foss-2021a_partial.log
Created Dec 9, 2021
(partial) EasyBuild log for failed build of /dev/shm/branfosj-admin/eb-gocphbvf/files_pr14500/a/AlphaFold/AlphaFold-2.1.1-foss-2021a.eb (PR(s) #14500)
View AlphaFold-2.1.1-foss-2021a_partial.log
]
sanity_pip_check = True
modextrapaths = {
'OPENMM_INCLUDE_PATH': 'include',
'OPENMM_LIB_PATH': 'lib',
}
moduleclass = 'bio'
@branfosj
branfosj / TensorFlow-2.6.0-foss-2021a_partial.log
Created Dec 9, 2021
(partial) EasyBuild log for failed build of /rds/bear-apps/devel/eb-sjb-up/src/easybuild-easyconfigs/easybuild/easyconfigs/t/TensorFlow/TensorFlow-2.6.0-foss-2021a.eb (PR(s) #14500)
View TensorFlow-2.6.0-foss-2021a_partial.log
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
View untrusted-lvl5-solution.js
/******************
* 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
@choco-bot
choco-bot / FilesSnapshot.xml
Created Dec 9, 2021
mongodb.portable v5.2.0-rc0 - Passed - Package Tests Results
View FilesSnapshot.xml
<?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>
View git stash release notes changelog.txt
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
View Dockerfile
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
@alexreiling
alexreiling / downloadAsJson.js
Created Dec 9, 2021
Download JavaScript Object as JSON
View downloadAsJson.js
// 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();
View Potential Maintainers
Maintainers:
jtojnar: link-grammar, link-grammar, link-grammar, link-grammar