Skip to content
View eupone's full-sized avatar
🕶️
🕶️

Organizations

@Soviet-Linux

Block or report eupone

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.

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
eupone/README.md

me

//me.c#include<stdio.h>#DEFINE AGE 18
char*AUTHOR="eupone";
char*ACTIVITY="developer";
intmain(intargv, char**argc){
printf("\"im %d, i like playing video games and OF COURSE im a %s !\"",AGE,ACTIVITY);
}

output :

$> gcc me.c -Wextra -Wall -o yousk2.out
$> ./yousk2.out
"im 18, i like playing video games and OF COURSE im a developer !"

my languages review :

languagemastery (personnal /10)difficulty (personal, /10)avantage(personnal)disaventage (personnal)case of use
python8️⃣4️⃣easy to learn, fast to use, package manager, and the best community ive seencannot be compiledback-end, scripting and learning (for human or machine ;) )
C7️⃣8️⃣fast, compiled, mother(or father dont know) of almost all the modern language , and good documentationsold, slow to learn and you will need to code almost from scratchonly your imagination (and time) can stop you
CPP6️⃣8️⃣same as C but with Object and a bunch of useful things, and good documentationstake a lot of time like C (a lil better)same as C but without the time
rust2️⃣🔟compiled, fast, completed, new (inspired by C), usable on all system for all purpose and have a package managertoo much keyword, REALY DIFFICULT and a lack of community and documentationssame as C, but with reduce time (if you manage to master it)
javascript5️⃣2️⃣work in browser and realy easy to learnjs is like a car, which pollutes a lot and is optimised for browser (this is why chrome use almost all your RAM)website (realtime, animation, etc)

my best and upcoming project

projectdescriptionlanguagestatusrepo
c_listan esay way to make list (in chain element) in Cc✔️C_list
loadinguseful for making loading bar in pythonpython (tested on version > 2)✔️loading

Pinned Loading

  1. LoadingLoadingPublic

    an easy and fully customizable way to do loading bar in cli

    Python 3

  2. C_listC_listPublic

    a way to do list in C and now cpp

    C 2