BINARY and HEX SETTING and EXTRACTING
SETTING BINARY VIA RGB EXAMPLE Setting 0bRGB (3-bit Binary Color) In this example, each of R, G, and B can be either off (0) or on (1). This creates a simple 3-bitRead More…
SETTING BINARY VIA RGB EXAMPLE Setting 0bRGB (3-bit Binary Color) In this example, each of R, G, and B can be either off (0) or on (1). This creates a simple 3-bitRead More…
Setting Up Grafana and Prometheus on MacBook Pro (Intel Version) via Docker and Kubernetes This guide will walk you through setting up Grafana and Prometheus on a MacBook Pro (Intel version) usingRead More…
iftop unit This article aims to clarify the units used in iftop, a popular network monitoring tool. A common point of confusion is whether iftop uses base 1000 or base 1024 forRead More…
Its important to know if your pip and python are using the same paths. Otherwise you might install a package with pip and it will not be accessible via python. Here isRead More…
NOTE: This article presents 3 node.js and python scripts. Scroll to the section “Full Path Json with Python (Better – version 2)” at the bottom for the best one. See GIST withRead More…
Wordle is an interesting 5 letter word puzzle game. To learn how to play it just watch the first video link below. To cheat thru it with regex, first, get the allowed_wordsRead More…
Generator functions allow for yielding which is an important skill to have when you are becoming advanced with python. It basically allows creating lists but not caring about the whole list, onlyRead More…
This is a simple python script which uses the WebEx API. WebEx is a chat system created by Cisco. However its alot more then just that, its full on collaboration tool thatRead More…
Github: https://github.com/bhbmaster/rhood <- download location. install & run instructions. Using the robin-stocks python module, I created my own robinhood portfolio analyzer called rhood. It parses all of your Robinhood account information providedRead More…
Sometimes you start coding something and you don’t yet realize if it will be a project worth sharing on github. We don’t always think about this as we begin coding. This isRead More…