Skip to content

Instantly share code, notes, and snippets.

View darkmastermindz's full-sized avatar
👋
Making an Impact on Millions of Lives. #CodeForGood

Hansel Wei darkmastermindz

👋
Making an Impact on Millions of Lives. #CodeForGood
  • Senior Software Developer working @ Ally; Former officer for @UNCCGameDevelopers; Volunteering for various Non-Profit / Educational Orgs; Nerd and Geek Alliance Group
  • Charlotte, NC - United States (GMT-5)
  • LinkedIn in/hanselwei
View GitHub Profile
$rebootRequired = Test-Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending"
"Pending reboot: $rebootRequired"
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<main class="relative h-full w-full transition-width flex flex-col items-stretch flex-1"><div class="flex-1 overflow-hidden"><div class="h-full overflow-y-auto"><div class="flex flex-col items-center text-sm h-full dark:bg-gray-800"><div class="w-full border-b border-black/10 dark:border-gray-900/50 text-gray-800 dark:text-gray-100 group dark:bg-gray-800"><div class="text-base gap-4 md:gap-6 m-auto md:max-w-2xl lg:max-w-2xl xl:max-w-3xl p-4 md:py-6 flex lg:px-0"><div class="w-[30px] flex flex-col relative items-end"><div class="relative flex"><span style="box-sizing: border-box; display: inline-block; overflow: hidden; background-image: none; opacity: 1; border: 0px; margin: 0px; padding: 0px; position: relative; max-width: 100%;"><span style="box-sizing: border-box;
<!DOCTYPE html>
<head>
<title>ChatGPT Convo with Hansel (junit4readfromjson.html)</title>
<link rel="stylesheet" href="https://chat.openai.com/_next/static/css/f4f41a0ce0da0c77.css">
</head>
<body>
<div class="react-scroll-to-bottom--css-orefo-79elbk h-full dark:bg-gray-800">
<html doctype="html5">
<body>
<main class="relative h-full w-full transition-width flex flex-col overflow-hidden items-stretch flex-1"><div class="flex-1 overflow-hidden"><div class="h-full overflow-y-auto"><div class="flex flex-col items-center text-sm h-full dark:bg-gray-800"><div class="w-full border-b border-black/10 dark:border-gray-900/50 text-gray-800 dark:text-gray-100 group dark:bg-gray-800"><div class="text-base gap-4 md:gap-6 m-auto md:max-w-2xl lg:max-w-2xl xl:max-w-3xl p-4 md:py-6 flex lg:px-0"><div class="w-[30px] flex flex-col relative items-end"><div class="relative flex"><span style="box-sizing: border-box; display: inline-block; overflow: hidden; background-image: none; opacity: 1; border: 0px; margin: 0px; padding: 0px; position: relative; max-width: 100%;"><span style="box-sizing: border-box; display: block; background-image: none; opacity: 1; border: 0px; margin: 0px; padding: 0px; max-width: 100%;"><img alt="" aria-hidden="true" src="data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.or
@darkmastermindz
darkmastermindz / raleigh_nc_food_recs.md
Last active October 16, 2023 13:53
ATO 2023 - Places I enjoy / local recommendations after conferences there at that one venue in Raleigh

Food & Fun Around Raleigh, NC & Convention Center

  • Places I enjoy / local recommendations after conferences there at that venue in Raleigh:
  • Apple Maps Guide

Highlights

  1. Seaboard Cafe (chill place for some picnic food next to a railroad yard - is pretty close and has outdoor seatin
@darkmastermindz
darkmastermindz / lvl.py
Last active January 7, 2022 08:55
Snippet Calculates Level Based on Birthday with Example
from datetime import datetime
birthday_yday=38 # Birthday of the year, Feb 7th here for example
birthday_year = 2001
day_of_year = datetime.now().timetuple().tm_yday
current_year = datetime.now().year
# TODO: Switch between lvl pre / post new years

Textbooks / Resources:

  • “Parallel and Distributed Computation: numerical methods”. by D. Bertsekas and J. Tsisiklis. (Chapter 1 is on network topology and schedules.)

  • “Introduction to Parallel Computing: Design and analysis of Algorithms”. V. Kumar, A. Grama, A. Gupta, G. Karypis. (First four chapters.)

Dependency extraction:

  • The origins of the model: A. J. Bernstein. Analysis of programs for parallel processing. IEEE Transactions on Electronic Computers, 15:757–762, Oct. 1966.
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/Users/linhphram/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="theunraveler"

General Supplies

Equipment

Controllers