Skip to content

Instantly share code, notes, and snippets.

View hacktivist123's full-sized avatar
🏠
Working from home

Shedrack akintayo hacktivist123

🏠
Working from home
View GitHub Profile
@hacktivist123
hacktivist123 / .zshrc
Created October 21, 2024 19:34
zshrc 2
# 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="$HOME/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
@hacktivist123
hacktivist123 / crawler.go
Created January 9, 2025 15:15
A simple web crawler
package main
import (
"bytes"
"crypto/tls"
"fmt"
"log"