Skip to content
View Souheil-Yazji's full-sized avatar
Block or Report

Block or report Souheil-Yazji

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. StatCan/aaw StatCan/aaw Public

    Documentation for the Advanced Analytics Workspace Platform

    Makefile 67 12

  2. StatCan/aaw-kubeflow-containers StatCan/aaw-kubeflow-containers Public

    Containers built to be used with Kubeflow for Data Science

    Dockerfile 24 21

  3. DataSci DataSci Public

    A data science project studying the relations between mental health and potentially impactful factors such as diet, gdp or population density.

    Jupyter Notebook

  4. k8s-demo-app k8s-demo-app Public

    Forked from blairdrummond/k8s-demo-app

    A little ArgoCD Example

    HCL

  5. Mini-Shopify Mini-Shopify Public

    One-stop-shop of shops!

    Java

  6. K8sBench is a python script designed... K8sBench is a python script designed to test and calculate the pass rate for requests made to a kubernetes API server. The 'NoClient` version can be used if encountering issues with the k8s client creation.
    1
    import kubernetes
    2
    from kubernetes.client.rest import ApiException
    3
    import time
    4
    import os
    5