Code Monkey home page Code Monkey logo

etna-projects's Introduction

Etna-projects

Hey ! These are some school projects.


ImagePanel

php imagepanel.php [options] lien1 [lien2 [...]] base

A PHP script that makes a panel from images in HTML pages. Accepts both local paths and URLs. Can take multiple links and options.


Octocat

A labyrinth game with multiple modes and a map editor realised in C.


EtnaMovies

User friendly interface to manage a renting movie system inside a school using MongoDB and PHP.


Microshell

A micro shell realised in PHP that interprets some basic commands like ls, cd, cp, pwd...


Libmy

A library of useful C functions.

	  void    my_putchar(char c);
	  int     my_isneg(int n);
	  void    my_put_nbr(int nb);
	  void    my_swap(int *a, int *b);
	  void    my_putstr(char *str);
	  int     my_strlen(char *str);
	  int     my_getnbr(char *str);
	  char    *my_strcpy(char *dest, char *src);
	  char    *my_strncpy(char *dest, char *src, int n);
	  int     my_strcmp(char *s1, char *s2);
	  int     my_strncmp(char *s1, char *s2, int n);
	  char    *my_strcat(char *str1, char *str2);
	  char    *my_strncat(char *str1, char *str2, int n);
	  char    *my_strstr(char *str, char *to_find);
	  char    *my_strdup(char *str);
	  char    **my_str_to_wordtab(char *str);

Rock Paper Scissors

A rock paper scissors game in shell script.


etna-projects's People

Contributors

amira-s avatar

Watchers

 avatar

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.