Skip to content
View Exenifix's full-sized avatar

Block or report Exenifix

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Exenifix/README.md

Knowledge Levels

Java Java - intermediate junior level, enough to create a useful Android app.
Python Python - advanced, I would say this is my favourite language and the language I know the most.
Arduino C++ - intermediate, I know how to make some electronic devices using it and maybe GTK apps.
Rust Rust - only started recently, but I LOVE this language it's so rusty and the compiler is very nice to me 😍
Web - familiar with Next.js, Django

Projects

Python

  • AIAS - a discord bot that uses AI to detect spam and has some other features, such as word filter
  • exencolor - better colored output
  • strmath - evaluator of string math expressions that is as accurate as Python's eval()
  • exendlr - a tool for reading docker logs (made for GitHub Actions integration)
  • postgres-auto-backup - automatic scheduled postgres backups to discord
  • ExenENV - environment variables verifier and type converter

Java

  • WeatherApp - just an app for getting weather, has literally no UI
  • android-clipboard-copier - notice how some OS don't have "Copy to clipboard" in share menu? This thing adds it

C#

  • FNAF69 - a game with very interesting gameplay (trust)

C++

  • arduino-xmas-led - christmas RGB light!
  • arduino-door-access-control - made a door magnetic lock but ended up frying my arduino cause I forgot to connect relay
  • arduino-aquarium-control - aquarium control project with support for IR lights control with RTC time module. There also used to be a servo feeder but my 3d print skills aren't great so it broke lol

Rust

  • asciiconverter - a processing tool to convert videos/images into series of ascii frames. Supports different charsets and coloring modes

Pinned Loading

  1. AIAS AIAS Public

    AIAS (Artifical Intelligence AntiSpam) is an open-source Discord bot that has innovative moderation features, such as nextgen word filter and AI-based spam detection.

    Python 14 3

  2. strmath strmath Public

    A module for evaluating math expressions without eval()

    Python 2

  3. FNAF-69 FNAF-69 Public

    A game made on Unity (very fun trust)

    ShaderLab 7 1

  4. android-clipboard-copier android-clipboard-copier Public

    The app that adds "Copy to clipboard" option for "Share" menu (it is missing in some OS)

    Java 2

  5. How to host a python discord bot wit... How to host a python discord bot with Docker and GitHub Actions on Ubuntu VPS
    1
    ## Contents
    2
    1. [You will learn](#you-will-learn)
    3
    2. [Introduction](#introduction)
    4
    3. [Installing Docker](#installing-docker)
    5
    4. [Creating Dockerfile](#creating-dockerfile)
  6. How to setup Ubuntu 20.04 server for... How to setup Ubuntu 20.04 server for hosting python discord bots
    1
    ## Server Setup
    2
    
                  
    3
    ### **1. Try running these commands to check if python has already been preinstalled:**
    4
    ```shell
    5
    $ python3