Skip to content

Navigation Menu

Sign in
Sign up
@01110100chony
01110100chony
Follow

Anthony Cristian 01110100chony

Highlights

  • Pro

Block or report 01110100chony

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.

Content in all repositories owned by your account will be closed.
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
01110100chony /README.md
/**
 * ════════════════════════════════════════════════════════════════
 *
 * @file profile.c
 * @author Anthony_Cristian
 *
 * @brief Engineer in training. Navigating the convergence of
 * High-Performance Computing/
 * Quantum Computing/
 * Quantitative Finance 
 * with focus on shaping the future infrastructure.
 * 
 * ════════════════════════════════════════════════════════════════
 */

// INFORMATION

#include <stdio.h>
#include <string.h>
typedef struct {
 char *name;
 int age;
 char *university;
 char *degree;
 char *course;
 int enrolled_since;
} Developer;
Developer me = {
 .name = "Anthony_Cristian",
 .age = 21,
 .university = "UTFPR",
 .degree = "Bachelor",
 .course = "Computer_Engineering",
 .enrolled_since = 2024;
};

// TECHNICAL STACK

/* ── Languages ──────────────────────────────────────────────── */
typedef enum {
 C,
 CPP, /* C++ */ //secondary
 PYTHON,
 RUST, //main
 JAVA,
 ZIG,
} ProgrammingLanguage;
/* ── Tools & Software ───────────────────────────────────────── */
typedef enum {
 /* Editors & IDEs */
 CURSOR,
 VSCODE,
 JETBRAINS,
 ZED, // my fav one
 /* Design & Media */
 DAVINCI_RESOLVE,
 FL_STUDIO,
 FIGMA,
 /* 3D / CAD / Creative Tech */
 BLENDER,
 TOUCHDESIGNER,
 AUTOCAD,
 TINKERCAD,
 FUSION_360,
 INVENTOR,
 /* Productivity */
 OBSIDIAN,
 NOTION,
 SLACK,
 REDIS,
} Tool;

// SPOKEN LANGUAGES

typedef struct {
 char *language;
 char *level; 
} SpokenLanguage;
SpokenLanguage languages[] = {
 { "<ENGLISH>", "<B2>" }, //c1 soon
 { "<PORTUGUESE_BRAZILIAN>", "<NATIVE>" },
 { "<SPANISH>", "<A1>" },
};

/* eof — profile.c */

Pinned Loading

  1. m2c-binary-engine m2c-binary-engine Public

    A Rust engine for typed mainframe binary decoding, Arrow/Parquet conversion, recoverable processing, and optional post-quantum artifact protection.

    Rust 1

  2. HexiomSig HexiomSig Public

    A Linux-first laboratory for bounded concurrent signal processing in Rust with an independent C++20 numerical library and a Python/NumPy oracle.

    C++

  3. Quant_AI_Itau_Challenge Quant_AI_Itau_Challenge Public

    Solução desenvolvida para o Desafio de Quantitative Research do Itaú Unibanco, explorando a interseção entre Inteligência Artificial Generativa e Finanças Quantitativas para extração de alpha, gera...

    Jupyter Notebook

  4. LigasEmAcao_II_Challenge LigasEmAcao_II_Challenge Public

    Pesquisa auditável de Strategic Asset Allocation para o Ligas em Ação 2026 (LMF UTFPR) : carteira institucional global em ETFs, compliance com IPS, benchmark composto, backtesting reproduzível, str...

    Jupyter Notebook

AltStyle によって変換されたページ (->オリジナル) /