Skip to content

Instantly share code, notes, and snippets.

@wolfv
wolfv / github_actions.yaml
Last active March 10, 2024 15:28
micromamba usage
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main

Chai Assertion Library

Create a workspace so that chai will be visible by node REPL.

~/workspace/test/node-chai$ npm install chai
~/workspace/test/node-chai$ node

Import Chai:

@jsexauer
jsexauer / DataFrameGUI.py
Last active March 28, 2023 21:07
A sophisticated GUI to interact with DataFrame objects
"""
DataFrameTable
==============
Quick and Dirty Qt app to view pandas DataFrames. Includes sorting and
filterting.
Based on qtpandas in pandas sandbox module, by Jev Kuznetsov
Usage: