Skip to content

Instantly share code, notes, and snippets.

View joefazee's full-sized avatar

Joseph Abah joefazee

View GitHub Profile

Master’s Programs Comparison Table

University (City) Program & Link Tuition Fees Scholarships / Financial Aid Work Rights Next Application Deadline & Intake
Heidelberg University (Heidelberg, Baden‑Württemberg) M.Sc. Molecular Biosciencesspecializations available (e.g. Cancer Biology) (Key Dates & Deadlines - Heidelberg University) No tuit
@joefazee
joefazee / main.go
Created March 15, 2025 23:20
Time Compression for Crypto Testing in Go
package main
import (
"flag"
"fmt"
"log"
"math/rand/v2"
"os"
"os/signal"
"sync"
@joefazee
joefazee / nginx.conf
Created March 4, 2019 22:41 — forked from ulyssesr/nginx.conf
Nginx RTMP Setup
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
@joefazee
joefazee / form.html
Created October 30, 2018 14:54 — forked from pxdsgnco/form.html
2Chainz
<form class="needs-validation">
<div class="form-group">
<input type="email" placeholder="Email address" class="form-control email-address-form my-3" autofocus required>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="__adult" checked>
<label for="__adult" class="custom-control-label">Yes, I am over 21 years old</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="__receiveNewsletter" checked>