Skip to content
View at-elcapitan's full-sized avatar
💤
Stay cool, Kirito...
💤
Stay cool, Kirito...
Block or Report

Block or report at-elcapitan

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
at-elcapitan/README.md
"Мы - всех своих действий сумма, спасение внутри", - Alek OS
"Если вы хотите сделать что-то необычное, что-то гораздо большее, чем предсказуемое, нужны необычные условия", - Андрей Дороничев

Static Badge

SYSTEM CALL
  CONNECT armament
  CONNECT atelcapitan
  SEARCH recollection_info
  EXTRACT core_image
  CONNECT resource
  
  USE primary_information
  APPEND c_code FROM elcapitaninfo/information.c
  MATERIALIZE main_window
  
  RELEASE RECOLLECTION

Static Badge

#include <stdbool.h>
#include "atelcapitan/about.h"
#define MAX 1024

typedef struct baseInfo {
  char name[MAX];
  char developerType[MAX];
  char languages[MAX][MAX];
  char technologies[MAX][MAX];
  char learning[MAX][MAX];
  char operatingSystems[MAX][MAX];
} baseInfo_t;

int main() {
    baseInfo_t mainstruc = {
        "Vladislav Nazarov",
        "C Ideologist",
        {
            "Python", "C++", "C", "NASM",
            "Fortran"
        },
        {"Flask"},
        {"NASM", "COBOL", "Dylan"},
        {"GNU/Linux Arch", "GNU/Linux Gentoo"}
    };
    
    displayAboutMe(&mainstruc);
    return 0;
}

‍💻 Yeah, programmer. Again...

Greetings. As you have already understood, I am Vladislav, a beginning software developer. I have been programming for 5 years, but actively for the last 3 years. I am interested in the topic of AI and in the future, I want to become one of the AGI developers.

⛳ My hobbies

  • Listening Ado-sama songs
  • Watching Anime and reading Ranobae
  • Rewatching SAO (:D)
  • Playing Diabloids, GTA and MMORPGs
  • Coding and gaining skills
  • Digging deeper into how computers work

World ADO Domiation!

Pinned

  1. Limited-C_Link Limited-C_Link Public

    Simple discord logging bot written on C

    C

  2. Directory-diSplay Directory-diSplay Public

    Simple colored directory tree display application for linux terminal.

    C++

  3. Limited_Py Limited_Py Public

    Discord Music multiserver bot written on Python using Discord.py with slash commands

    Python 1

  4. Migration-Assistant Migration-Assistant Public

    Migration assistant for 2.3+ update for Limited nEXT written on C++ using Qt

    C++

  5. AT-Limited_jEXT AT-Limited_jEXT Public

    Administrative bot, part of Limited/Bots group

    Java

  6. HikvisionTeleAlarm HikvisionTeleAlarm Public

    A simple Telegram bot that sends information about events from a Hikvision camera to a telegram chat.

    Python 2