Skip to content
View AzenoX's full-sized avatar
Block or Report

Block or report AzenoX

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
AzenoX/README.md

Hello there 👋

Hello There

A Star Wars fan who code some things.

Custom badge Custom badge Custom badge

Technologies

Basics

HTML CSS

Frontend

Javascript VueJS SASS Bootstrap

Backend

PHP Laravel

Database

MySQL SQLite

Design

Figma

Other

Docker

Portfolio

Well, like many people I have a portfolio. I only connect my GitHub to it so there is no that much more interesting things compared to here xD

https://alexishayat.me/

CSSBattle

Sometimes, I do some daily targets, here is my profile:

https://cssbattle.dev/player/azenox

Gists

I have some gists, feel free to check^^

https://gist.github.com/AzenoX

Pinned

  1. solar-system solar-system Public

    A Solar System using Three JS

    HTML 1

  2. GameOfLife GameOfLife Public

    It's a simple Python script running the Game Of Life

    Python

  3. jetbrains-context-menu-creator jetbrains-context-menu-creator Public

    An Angular app for build and download .reg files to create shortcuts for JetBrains apps in Windows context menu

    TypeScript

  4. simon simon Public

    Simon Game

    Vue 1

  5. A simple blade component to display ... A simple blade component to display a rating between 0 and 5 with stars ⭐⭐⭐⭐⭐
    1
    @for($i = 0 ; $i < 5 ; $i++)
    2
        @if(floor($ratingAvg) > floatval($i) || (floor($ratingAvg) === floatval($i) && ($ratingAvg - floor($ratingAvg)) > 0.75))
    3
            <svg fill="{{ $color ?? '#FFB100' }}" xmlns="http://www.w3.org/2000/svg" width="{{ $size ?? '24' }}" height="{{ $size ?? '24' }}" viewBox="0 0 24 24">
    4
                <path d="M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z"/>
    5
            </svg>
  6. pytorch-tint-predictor pytorch-tint-predictor Public

    A pytorch model used to discriminate dark and bright colors.

    Python