Skip to content
View saiAl's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report saiAl

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
saiAl/README.md
#ifndef ME_H
#define ME_H


struct Person {
	char *info;
	void (*f)(char **);
};

struct Person Ali[] = {
  {"Student at ALX full-stack Software Engineer program.", _roll},
  {"Linux", _os},
  {{"C", "Pyhton"}, _compLanguages},
  {{"Bash", "Vim"}, _skills}, 
  {{"ar_AR", "en_US"}, _langs},
  {"To contribute to open source.", _goals},
  {"To graduate from the program and get a work as a Backend developer", _currentFocus},
  {NULL, NULL}
	};

if (reachOut)
{
  char *email = "ojjip95@gmail.com" 
  char *twitter = "https://twitter.com/__mynameisAli"
  char *linkedin = "https://www.linkedin.com/in/ali-gamareldin-972b22226/"
  char *leetcode = "https://www.leetcode.com/saiai"
}

#endif

Total time coded since Jan 1 2023

Popular repositories

  1. monty monty Public

    C 1

  2. alx-pre_course alx-pre_course Public

    I'm now a ALX Student, this is my first repository as a full-stack engineer

    Shell

  3. pomodoro-script pomodoro-script Public

    Shell 1

  4. alx-zero_day alx-zero_day Public

    I'm now a ALX Student, this is my first repository as a full-stack engineer

    Shell

  5. alx-system_engineering-devops alx-system_engineering-devops Public

    Shell

  6. alx-low_level_programming alx-low_level_programming Public

    C