#include <stdbool.h>
int main(void)
{
struct about_me jandrana = {
.name = "Ana Alejandra Castillejo",
.pronouns = {"she", "her"},
.age = 21,
.student = true,
.hired = false,
.contact = "[email protected]"
};
struct student my_studies = {
.is_student = true,
.status = {"42 Student", "Codecademy", "HackTheBox", "LeetCode"},
.campus_42 = "MΓ‘laga",
.login_42 = "ana-cast",
.codecademy_url = "https://www.codecademy.com/profiles/jandrana"
};
return (0);
}
π― Since September, 2023 I'm a student at 42 Malaga. My passion lies in coding, from developing challenging C projects to creating engaging web pages for touristic apartments or creating different virtual environments depending on my specific needs.
π©βπ» In my public repository, 42 Cursus, you can track my progress and check out the work I'm doing during my 42 journey.
π Additionally, I'm starting to dive into the cybersecurity world through platforms like Hack The Box, and improving my skills in different programming languages with platforms like Codecademy.
β³οΈ View my WakaTime Statistics
π± My GitHub Data
π¦ 32.3 kB Used in GitHub's Storage
π 152 Contributions in the Year 2025
πΌ Opted to Hire
π 17 Public Repositories
π 15 Private Repositories
I'm a Night π¦
π Morning 23 commits βββββββββββββββββββββββββ 00.75 %
π Daytime 1012 commits βββββββββββββββββββββββββ 33.01 %
π Evening 1894 commits βββββββββββββββββββββββββ 61.77 %
π Night 137 commits βββββββββββββββββββββββββ 04.47 %
π I'm Most Productive on Tuesday
Monday 596 commits βββββββββββββββββββββββββ 19.44 %
Tuesday 765 commits βββββββββββββββββββββββββ 24.95 %
Wednesday 596 commits βββββββββββββββββββββββββ 19.44 %
Thursday 364 commits βββββββββββββββββββββββββ 11.87 %
Friday 444 commits βββββββββββββββββββββββββ 14.48 %
Saturday 169 commits βββββββββββββββββββββββββ 05.51 %
Sunday 132 commits βββββββββββββββββββββββββ 04.31 %
π This Week I Spent My Time On
ποΈ Time Zone: Europe/Madrid
π¬ Programming Languages:
Markdown 2 hrs 39 mins βββββββββββββββββββββββββ 73.71 %
Python 31 mins βββββββββββββββββββββββββ 14.37 %
Text 12 mins βββββββββββββββββββββββββ 05.75 %
JSON 8 mins βββββββββββββββββββββββββ 03.73 %
YAML 4 mins βββββββββββββββββββββββββ 02.12 %
π₯ Editors:
VS Code 3 hrs 36 mins βββββββββββββββββββββββββ 100.00 %
π±βπ» Projects:
python-ai-labs 3 hrs 36 mins βββββββββββββββββββββββββ 100.00 %
π» Operating System:
Linux 3 hrs 36 mins βββββββββββββββββββββββββ 100.00 %