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

Block or report JulianWgs

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

  1. candas candas Public

    This is a mirror of the Gitlab repository (I'm the maintainer). Please file issues there :)

    Python 3

  2. CANdas Demo CANdas Demo
    1
    {
    2
     "cells": [
    3
      {
    4
       "cell_type": "markdown",
    5
       "metadata": {},
  3. Apply function to specific keys in p... Apply function to specific keys in python list (to for example censor text)
    1
    import re
    2
    import copy
    3
    
                  
    4
    def apply_to_key(iterable, keys, func):
    5
        iterable = copy.deepcopy(iterable)
  4. bayesian_bootstrap bayesian_bootstrap Public

    Forked from lmc2179/bayesian_bootstrap

    bayesian bootstrapping in python

    Python

  5. dask-log-server dask-log-server Public

    Preserve all necessary runtime data of a Dask client in order to "replay" and analyze the performance and behavior of the client after the fact

    Python 3

  6. dhueser/MDA-Vorlesung-iprom-tu-bs dhueser/MDA-Vorlesung-iprom-tu-bs Public

    Vorlesung Messdatenauswertung und Messunsicherheit am iprom der TU Braunschweig

    TeX 4 1