Skip to content
View Synceratus's full-sized avatar
⚗️
⚗️

Block or report Synceratus

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

Welcome

Hi, I'm Zaiden! 👋

My expertise

These are some of the languages, libs, frameworks and tools I've had the chance to use when working on different projects:

JavaScript Logo. CSS Logo. HTML Logo. C Logo. Java Logo. Lua Logo. Python Logo. C# Logo. PHP Logo. SQL Logo. TypeScript Logo.


LibGDX Logo. DiscordJS Logo. NobloxJS Logo. mustache.js Logo. .NET Logo. ASP.NET Logo. Node.js Logo. Bootstrap Logo. Gradle Logo. Next.js Logo.


Git Logo. Heroku Logo. MongoDB Logo. MongoDB Logo. Arduino Logo.

Projectsss

Here's a list of some of the projects I've worked on lately:

  • Breachstat, 3D web simulation of an apartment with controllable sensors and relative analytics;
  • Tales of Flefaria, Java 2D platform game based on LibGDX;
  • Palladium, general purpose bot for Discord, based on Node.js and DiscordJS;

bye

Pinned Loading

  1. ipv4_header_disassembler.py ipv4_header_disassembler.py
    1
    import re
    2
    
                  
    3
    # Separates the provided binary address, converts it to decimal and returns it as a string.
    4
    def convert_address(binary_address):
    5
        binary_separated_address = [binary_address[0:8], binary_address[8:16], binary_address[16:24], binary_address[24:32]]
  2. Bankai-Studio/tales-of-flefaria Bankai-Studio/tales-of-flefaria Public

    The project's scope is to create a 2D platform-like game for educational purposes.

    Java 1