Giter Site home page Giter Site logo

elp-project's Introduction

PROJET ELP

  • Objectif : se familiariser avec certains de ces concepts en utilisant différents langages de programmation
  • Le projet est constitué de trois parties indépendantes ( ELM, GO , JS )

ELM

  • L'objectif de ce projet est d'écrire un programme elm d'une application web qui permet de deviner un mot dont les définitions sont affichées.
  • Pour ce faire, nous utiliser l'API : Free Dictionary API.
  • Puis nous utiliser la base de données suivante es mots se trouve dans ce fichier qui correspond à 1000 mots dans un fichier texte.

Ouverture du projet en local :

  • Se diriger vers le fichier ELM/src
  • Taper la commande suivante :
elm reactor
  • Naviguer en serveur local à partir de l'adresse suivante : http://localhost:8000
  • Se diriger vers le fichier Projet.elm.

GO

  • Implantation d'une interaction client-serveur pour le calcul de matrice
  • server.go pour le serveur et client.go pour le client
  • Côté serveur :
go run server.go <port>
  • Côté client :
go run client.go <port> <input>
  • La sortie est écrite dans output.txt
  • Utilisation d'une goroutine qui effectue des tâches en continu en récupérant des travaux à partir d'un canal
  • Calculs matriciels distribués en utilisant des workers et traite les demandes provenant des client.

JS

  • CLI en javascript
  • accèder au fichier : /JS/bashJS/bin/bash.js
  • Commande à exécuter :
bash bash.js
  • Les commandes accepter pour le CLI :
    • exit
    • clear
    • help
    • ls
    • cd
    • touch
    • mkdir
    • rm

elp-project's People

Contributors

tfeutren avatar

Watchers

 avatar

elp-project's Issues

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.