Pinned Repositories
BurgerSpace
Adds ability to write new levels in yaml to Pierre Sarrazin's hamburger smashing game. Did this without really knowing *anything* about C++, so use with care!
feed2twister
Simple cron script to post RSS/ATOM items to Twister
imgAnnotation
A bounding box annotation tool for images (e.g., for object recognition) with alignment features.
markdown-it.rs
markdown-it js library rewritten in rust
node-emoji-rs
node-emoji database for rust :grin:
PytorchWCT
This is the Pytorch implementation of Universal Style Transfer via Feature Transforms.
qbittorrent-untracked
Script to compare files tracked by qBittorrent against actual folder content
vgg19-normalized-to-tensorflow
Two little scripts that convert vgg_normalized.caffemodel from Bethge Labs to tensorflow.
patchwork
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).
black-puppydog's Repositories
black-puppydog/vgg19-normalized-to-tensorflow
Two little scripts that convert vgg_normalized.caffemodel from Bethge Labs to tensorflow.
black-puppydog/black-puppydog.github.io
black-puppydog/blender-addons-contrib
feature branch
black-puppydog/cargo-template-rocket-base
A base cargo-template for building a Rocket application
black-puppydog/d1-mini
Board Support Package for the WEMOS/LOLIN D1 mini
black-puppydog/discovery
Discover the world of microcontrollers through Rust!
black-puppydog/dl4astro
Star-galaxy Classification Using Deep Convolutional Neural Networks
black-puppydog/GANGogh
Using GANs to create Art
black-puppydog/garnet
Freewrite SDK & API documentation
black-puppydog/gitextensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
black-puppydog/github-blind-screening
Hides names and pictures from GitHub profiles to allow 'blind screening' of profiles for more objective candidate selection
black-puppydog/jigasi
Jigasi: a server-side application acting as a gateway to Jitsi Meet conferences. Currently allows regular SIP clients to join meetings and provides transcription capabilities.
black-puppydog/lucid
A collection of infrastructure and tools for research in neural network interpretability.
black-puppydog/pelican-fresh
Fresh is a responsive Pelican theme. This theme uses HTML5 and its layout is responsive -- thanks to Smashing HTML5 and Twitter Bootstrap.
black-puppydog/pull-level
pull-stream interface to levelup
black-puppydog/pwned
Python script to check if your password was compromised (pwned)
black-puppydog/pyssb
Secure Scuttlebutt protocol suite implementation in Python
black-puppydog/PyTables
A Python package to manage extremely large amounts of data
black-puppydog/pytorch_vgg_named
Provides VGG networks to do things like this: r11, r31, r51 = net.forward(targets=['relu1_1', 'relu3_1', 'relu5_1']). Nuff said. :)
black-puppydog/PytorchNeuralStyleTransfer
Implementation of Neural Style Transfer in Pytorch
black-puppydog/sacred
Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.
black-puppydog/ssb-backlinks
scuttlebot plugin for indexing all link mentions of messages
black-puppydog/ssb-client
client library to scuttlebot
black-puppydog/ssb-config
standard configuration for ssb
black-puppydog/ssb-ooo
retrive ssb messages Out Of Order
black-puppydog/ssb-patchql
a (wip) graphql api for building patchwork / patchbay style clients.
black-puppydog/ssb-private
scuttlebot plugin for indexed private messages
black-puppydog/ssb-pub
easily host your own Secure ScuttleButt (SSB) pub in a docker container
black-puppydog/ssb-validate
better ssb validator
black-puppydog/wgan-gp
A pytorch implementation of Paper "Improved Training of Wasserstein GANs"