Skip to content

Instantly share code, notes, and snippets.

View Jack92829's full-sized avatar
๐Ÿ“–
Busy with school

Jack Jack92829

๐Ÿ“–
Busy with school
  • Australia
View GitHub Profile
@Jack92829
Jack92829 / mazegen_rust.rs
Created February 1, 2022 10:48
Basic maze generation algorithm written in Rust
use std::option::Option;
use rand::seq::SliceRandom;
use rand::thread_rng;
use std::io::stdin;
fn main() {
loop {
let mut num = String::new();
println!("Enter a maze size below!");
@Jack92829
Jack92829 / log.py
Created August 6, 2021 01:47
Logger project
import logging
from logging import handlers
from pathlib import Path
from __main__ import constants
def init() -> None:
"""Set up and configure logging"""
log_format = logging.Formatter("%(levelname)s || %(name)s || %(asctime)s || %(message)s")

Keybase proof

I hereby claim:

  • I am jack92829 on github.
  • I am jack92829 (https://keybase.io/jack92829) on keybase.
  • I have a public key ASDWSjTrGwEPEeFLSs2egSd635Q-E0Q3JB5TnX4BNambNAo

To claim this, I am signing this object: