Giter VIP home page Giter VIP logo

Hi there

I am Aicha Laafia ,
🔭A Java Software Engineer with a love for coding, a taste for delicious food, and a heart for volunteering.

You can contact me here ⏬

https://linktr.ee/laafia



aicha laafia's Projects

changelog-tag icon changelog-tag

An opinionated util for generating a Changelog from Conventional commits, bumping semver and so on.

cub3d icon cub3d

Cub3D is a remarkable playground to explore the playful practical applications of mathematics without having to understand the specifics.

developers-conferences-agenda icon developers-conferences-agenda

This repository list a maximum of tech conferences's date and CFP in order to help conferences organizers, speakers & attendees

devrel-starter icon devrel-starter

Are you curious about developer relations, also know as DevRel? All infomation that you need to know about DevRel, you can find on this repo that has all the curated resources and information you need for the awesome field of developer relations. 🥑

ft_server icon ft_server

installing a complete web server that will run multiples services: WordPress, phpMyAdmin, and a SQL database.

gestion-du-lycee icon gestion-du-lycee

une base de données permettant de gérer les établissements scolaires publics marocains

get_next_line icon get_next_line

Ce projet a pour but de vous faire coder une fonction qui renvoit une ligne terminée par un retour à la ligne lue depuis un descripteur de fichier.

pipex icon pipex

Objectives Your objective is to code the Pipex program. It should be executed in this way: $> ./pipex file1 cmd1 cmd2 file2 Just in case: file1 and file2 are file names, cmd1 and cmd2 are shell commands with their parameters. The execution of the pipex program should do the same as the next shell command: $> < file1 cmd1 | cmd2 > file2 III.1 Examples $> ./pipex infile ``ls -l'' ``wc -l'' outfile should be the same as “< infile ls -l | wc -l > outfile” $> ./pipex infile ``grep a1'' ``wc -w'' outfile should be the same as “< infile grep a1 | wc -w > outfile”

push_swap icon push_swap

Ce projet vous demande de trier des données sur une pile, avec un set d’instructions limité, en moins de coups possibles. Pour le réussir, vous devrez manipuler différents algorithmes de tri et choisir la (ou les ?) solution la plus appropriée pour un classement optimisé des données.

web-development-projects icon web-development-projects

This repository is dedicated to all the projects I did during the frontendmasters's web development course

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.