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

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.

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

My Stats

Stats
Top Langs

Knowledge Levels

Unity C# - average, but just enough to create FNAF 69!
Java Java - junior level, enough to create a useful Android app.
Python Python - very 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.
Web - familiar with Next.js

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++

Pinned

  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 6

  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

  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