Code Monkey home page Code Monkey logo

me

//me.c
#include <stdio.h>

#DEFINE AGE 18
char* AUTHOR = "eupone";
char* ACTIVITY = "developer";


int main(int argv, 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 :

language mastery (personnal /10) difficulty (personal, /10) avantage(personnal) disaventage (personnal) case of use
python 8️⃣ 4️⃣ easy to learn, fast to use, package manager, and the best community ive seen cannot be compiled back-end, scripting and learning (for human or machine ;) )
C 7️⃣ 8️⃣ fast, compiled, mother(or father dont know) of almost all the modern language , and good documentations old, slow to learn and you will need to code almost from scratch only your imagination (and time) can stop you
CPP 6️⃣ 8️⃣ same as C but with Object and a bunch of useful things, and good documentations take a lot of time like C (a lil better) same as C but without the time
rust 2️⃣ 🔟 compiled, fast, completed, new (inspired by C), usable on all system for all purpose and have a package manager too much keyword, REALY DIFFICULT and a lack of community and documentations same as C, but with reduce time (if you manage to master it)
javascript 5️⃣ 2️⃣ work in browser and realy easy to learn js 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

project description language status repo
c_list an esay way to make list (in chain element) in C c ✔️ C_list
loading useful for making loading bar in python python (tested on version > 2) ✔️ loading

eupone's Projects

c_list icon c_list

a way to do list in C and now cpp

loading icon loading

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

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.