Giter VIP home page Giter VIP logo
"Мы - всех своих действий сумма, спасение внутри", - 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"},
        {"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!

ElCapitan's Projects

checknotheart icon checknotheart

Web application for entering blood pressure, heart rate and status data and displaying the data graphically using Chart.js

hikvisiontelealarm icon hikvisiontelealarm

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

latte-dock icon latte-dock

Port of popular dock application for KDE Framework 6, Qt6

limited_py icon limited_py

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.