Skip to content
View JoshuaKasa's full-sized avatar
:shipit:
Doing stuff
:shipit:
Doing stuff

Highlights

  • Pro
Block or Report

Block or report JoshuaKasa

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
JoshuaKasa/README.md
skeletons
// About me, using my own programming language CASO
incorp standard {
	print_line
}

obj Me(name: Str, surname: Str) {
	fnc print_informations(): Empty {
		print_line("Name: " + name)
		print_line("Surname: " + surname)
	}
}

let me: Me = {
	"Tommaso",
	"Santamaria"
}
me.print_informations()

My Projects

BASO CASO DASO FASO GASO

Pinned

  1. van-gonography van-gonography Public

    Hide πŸ•΅οΈβ€β™‚οΈ your files of any type inside a image of your choice using steganography

    Python 398 29

  2. BASO BASO Public

    Open-source "Rainbow Six Siege" recoil control script with no injection πŸ‘¨πŸ»β€πŸ’»

    Python 2

  3. CASO CASO Public

    Simple Java transpiled language built with Python β˜•

    Python 1

  4. DASO DASO Public

    A simple CLI YouTube music player 🎡

    Python 37 4

  5. FASO FASO Public

    Python library for generating customizable ASCII directory trees 🌴

    Python

  6. GASO GASO Public

    Emulator game launcher for self-made arcade machine πŸ•ΉοΈ

    Python