Skip to content
View Infinixius's full-sized avatar

Highlights

  • Pro

Organizations

@KritzKastTF @lithium-lang
Block or Report

Block or report Infinixius

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Infinixius/README.md

HTML/CSS Rust Java JavaScript Node.js V C/C++ Python Python

// cargo add figrs

use figrs::{Figlet, FigletOptions};

fn main() {
    let options = FigletOptions {
        font: "Doom".to_string(),
        ..FigletOptions::default()
    };

    let figlet = Figlet::text("infinixius".to_string(), options).unwrap();
    
    println!("{}", figlet.text);
}

//  _          __  _         _        _
// (_)        / _|(_)       (_)      (_)
//  _  _ __  | |_  _  _ __   _ __  __ _  _   _  ___
// | || '_ \ |  _|| || '_ \ | |\ \/ /| || | | |/ __|
// | || | | || |  | || | | || | >  < | || |_| |\__ \
// |_||_| |_||_|  |_||_| |_||_|/_/\_\|_| \__,_||___/

Pinned

  1. lucifer lucifer Public archive

    Roguelite multiplayer hack 'n slash dungeon crawler created for our school's 2021-2022 year long project.

    GDScript 17 2

  2. spud spud Public archive

    Online save editor for the game Shattered Pixel Dungeon

    JavaScript 14 2

  3. sourcemod.js sourcemod.js Public archive

    A JavaScript wrapper over SourceMod

    TypeScript 6

  4. robloximagebypasser robloximagebypasser Public

    Bypass roblox's image filter

    JavaScript 3 1

  5. nme-c nme-c Public

    C compiler written in Rust for our 6502-based breadboard computer

    Rust 1

  6. sysinfo sysinfo Public

    System information module for V

    V 1