Skip to content

Instantly share code, notes, and snippets.

View mariusvniekerk's full-sized avatar

Marius van Niekerk mariusvniekerk

View GitHub Profile
@mariusvniekerk
mariusvniekerk / lockfile0.lock
Created October 28, 2021 18:49
mamba install issue noarch
# Generated by conda-lock.
# platform: linux-64
# input_hash: cb457126acf41e8a3480f54756513e02590c77c265bafd9df7adb5d621b2a114
@EXPLICIT
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2021.10.8-ha878542_0.tar.bz2#575611b8a84f45960e87722eeb51fa26
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.36.1-hea4e1c9_2.tar.bz2#bd4f2e711b39af170e7ff15163fe87ee
https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-11.2.0-h5c6108e_11.tar.bz2#2dcb18a9a0fa31f4f29e5a9b3eade394
https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-11.2.0-he4da1e4_11.tar.bz2#0bf83958e788f1e75ba26154cb702afe
https://conda.anaconda.org/conda-forge/linux-64/pandoc-2.14.2-h7f98852_0.tar.bz2#036a4ef13793d1bd771090b49c4c2550
@mariusvniekerk
mariusvniekerk / resume.json
Last active July 20, 2021 19:35
resume.json
{
"$schema": "https://json.schemastore.org/resume",
"basics": {
"name": "Marius van Niekerk",
"label": "Full stack data architect",
"image": "https://media-exp3.licdn.com/dms/image/C5603AQFrDJK_mgcrcw/profile-displayphoto-shrink_800_800/0/1517471991740?e=1632355200&v=beta&t=_7hmOn6aEHB_I0qYiD5anOdcLwWb9w2xljcQj9QEVww",
"email": "marius.v.niekerk@gmail.com",
"phone": "919-985-9072",
"summary": "As both a software developer and a statistician I have a keen insight into how data scientists want to write code, and how to deploy that to production environments. On the spectrum of data science, I lean much more heavily towards the software engineering side.\n\nI believe in getting working solutions off the ground as quickly as possible with rapid iteration cycles. I enjoy picking up new tools, languages, and codebases as projects require them.\n\nI'm an active proponent and contributor to various open source initiatives.",
"location": {
@mariusvniekerk
mariusvniekerk / adapt_example_localcluster.py
Created January 22, 2021 13:58
Example localcluster adaptive
import distributed
import logging
import time
import os
import psutil
logfmt = '%(asctime)s %(process)d:%(levelname)s:%(name)s:%(message)s'
logging.basicConfig(
level=logging.INFO,
format=logfmt)
for h in logging.root.handlers:
@mariusvniekerk
mariusvniekerk / 00_test_showing_error.py
Last active December 8, 2020 17:30
pydantic error case for GenericModel
from typing import TypeVar, Generic
import pytest
from pydantic import BaseModel, PrivateAttr
from pydantic.generics import GenericModel
class Regular(BaseModel):
value: int
@mariusvniekerk
mariusvniekerk / Download_stats.ipynb
Created June 28, 2019 14:35
Conda-forge download stats
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mariusvniekerk
mariusvniekerk / conda-forge timelines.ipynb
Created June 28, 2019 02:43
Conda-forge artifact and package stats
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.
@mariusvniekerk
mariusvniekerk / cf-azure-build-status-test.md
Last active March 2, 2019 18:27 — forked from joyrexus/README.md
Build Status Test

About zlib

Home: http://zlib.net/

Package license: zlib

Feedstock license: BSD 3-Clause

Summary: Massively spiffy yet delicately unobtrusive compression library

@mariusvniekerk
mariusvniekerk / .block
Last active January 13, 2019 00:17
V4 simple network graph
license: mit
@mariusvniekerk
mariusvniekerk / filesearch.ipynb
Created November 2, 2018 00:54
Perform a search for a file on libcfgraph!
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.