Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jjhelmus
jjhelmus / sample notebook.ipynb
Created April 20, 2023 20:23
Sample Publish from Jupyterlab
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<CVE ID>:
- reviewer: <your github name>
date: 2020-08-05
comment: >
Explanation of your determinations and why,
using R1, R2, etc. to point to the References section.
affected:
- fizzbuzz<0.11.1
unaffected:
- fizzbuzz>=0.11.1
Microsoft (R) COFF/PE Dumper Version 14.16.27032.1
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file libssh2.dll
File Type: DLL
Section contains the following exports for libssh2.dll
#! /usr/bin/env python
import argparse
import os
import re
def parse_args():
parser = argparse.ArgumentParser(description="Submit c3i one-off job(s)")
parser.add_argument(
(orange) ~$ conda --version
conda 4.5.11
(orange) ~$ conda list
# packages in environment at /home/jhelmus/anaconda3/envs/orange:
#
# Name Version Build Channel
ca-certificates 2018.03.07 0 defaults
libedit 3.1.20170329 h6b74fdf_2 defaults
libffi 3.2.1 hd88cf55_4 defaults
libgcc-ng 8.2.0 hdf63c60_1 defaults
FROM centos:6
RUN yum install -y \
bzip2 \
curl \
git \
yum clean all
RUN cd ~ && \
git clone https://github.com/conda/conda && \