An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by MassiGy

A curated list of projects in awesome lists by MassiGy .

https://github.com/massigy/camp-shop

This is my second project, which is a small web app to find & review campgrounds (clone of yelpcamp)

authenication authorization cloudinary-api css ejs expressjs git github html javascript mongodb mvc mvc-architecture nodejs passport passportjs restapi sass

Last synced: 15 Apr 2025

https://github.com/massigy/massigy

Config files for my GitHub profile.

config github-config

Last synced: 01 Apr 2025

https://github.com/massigy/algoviz

AlgoViz is web based algorithms visualisation for simple sorting algorithms.

bootstrap css git html javascript netlify typescript

Last synced: 07 Feb 2025

https://github.com/massigy/programmer_notes_webapp

a blog post type web app, where I can showcase my notes in my programming learning journey!

css3 ejs expressjs filesystem git github html javascript mvc nodejs npm restapi sass scss

Last synced: 01 Apr 2025

https://github.com/massigy/eddy

Eddy - A minimal text editor written in Go ( started only with one file ! ).

editor game-programming-pattern go go-programming-language golang mvp text-editing

Last synced: 01 Apr 2025

https://github.com/massigy/dynamic-data-structures

This repo conataines code about dynamic programming and data structures!

data-structures git github pascal shell

Last synced: 07 Feb 2025

https://github.com/massigy/trends_app

This Express/MySQL api illustrates the usecase of Express along side MySql

env express git github javascript mvc mysql nodejs npm

Last synced: 01 Apr 2025

https://github.com/massigy/trillo

this is one of the projects that I have built along whithin the Jonas Udemy Course named Advenced CSS & SASS

css html npm sass scss

Last synced: 01 Apr 2025

https://github.com/massigy/vpn-tester

This is a mvp, minimal valuable project, which will allow users to test if thier vpns works

api css ejs expressjs git github html javascript mvc-architecture nodejs railway rest-api

Last synced: 01 Apr 2025

https://github.com/massigy/natrous

this is one of the project that I have build along in the Jonas course named advenced css & sass in Udemy

css git github html npm sass scss

Last synced: 01 Apr 2025

https://github.com/massigy/c-strings

This repository contains some useful and drag and drop C-string methods that you can join to your current project.

algorithms c c-programming c-strings cpp cpp-string cprogramming-language git github make makefile makefile-template strings strings-manipulation

Last synced: 01 Apr 2025

https://github.com/massigy/c-graphs

This C project implements a graph data structure

c cprogramming data-structures gcc git github graph-algorithms makefile

Last synced: 01 Apr 2025

https://github.com/massigy/c-hash-tables

This C project implments a Hash Table data structure.

c cprogramming data-structures gcc git github hashtable linked-list makefile

Last synced: 01 Apr 2025

https://github.com/massigy/c-huffman-text-compression

This project impelements a basic version of the Huffman text compression algorithm, using the Huffman tree.

c compression-algorithm cprogramming gcc git github huffman-coding makefile

Last synced: 01 Apr 2025

https://github.com/massigy/azedine-portfolio

I helped my friend in the process of building it portfolio, my goal was to get the server side and the contact form done!

css ejs express git github html js nodejs webflow

Last synced: 01 Apr 2025

https://github.com/massigy/better-urls

this web app will allow the user to create a arbitrary Canonical Name to a preexisting domain name.

css ejs expressjs git github googleauthentication html javascript mvc-architecture nodejs npm oauth2 railway sass

Last synced: 01 Apr 2025

https://github.com/massigy/dsa.scala

Some data structures and algorithms implemented in scala (and a touch of haskell).

Last synced: 01 Apr 2025

https://github.com/massigy/parallelism.c

Gpu & Cpu side parallelism. Done using Cuda and MPI (Message Passing Interface).

Last synced: 01 Apr 2025

https://github.com/massigy/cg101a

The idea behind this little sketch is to understand how we can go from modal/world space to view space. Put differently, how to go from 3D to 2D.

Last synced: 01 Apr 2025

https://github.com/massigy/ll1p.go

This is a simple LL(1) grammar tokenizer & parser written in Go.

go-programming-language golang grammar-parser language-theory ll1-grammar ll1-parser parser regular-expression tokenizer

Last synced: 01 Apr 2025

https://github.com/massigy/eurocoins-db

This is the third year project for our database management & web programming related course.

Last synced: 01 Apr 2025

https://github.com/massigy/c-maze-solver

This C project will use multithreading to solve a maze

c c-programming git github maze-algorithms maze-solver multiprocessing multithreading pathfinding python

Last synced: 01 Apr 2025

https://github.com/massigy/palmares-gc-tennis-db

Base de Donnés Pour les Palmarès GC Tennis ( depuis 2021 ).

css ejs expressjs git github html javascript mysql nodejs npm postgresql sass sql typescript

Last synced: 01 Apr 2025

https://github.com/massigy/dotefiles

These are my .config dotefiles. Feel free to comment and use them.

Last synced: 01 Apr 2025

https://github.com/massigy/mmtime

This CLI tool aims at offering a deamon-like process that works in the background and monitors the time that the user had spent on a collection of applications.

cli-tools go go-channel go-concurrency golang linux-signals posix-compliant productivity signals

Last synced: 01 Apr 2025

https://github.com/massigy/c-check-randnums-uniformity-with-ipc

This project aims at generating random numbers by using the power of inner process communication to aggregate the work data. Then a main process will be analysing the uniformity of our generated data, thus be able to judge the used generator.

Last synced: 01 Apr 2025

https://github.com/massigy/java-interaction-networks-metrics

Dans ce projet, nous allons analyser un réseau de collaboration scientifique en informatique. Pour y arriver, nous utilisons GraphStream. Celui-ci, permet de mesurer de nombreuses caractéristiques d'un réseau.

algorithms-and-data-structures graph-algorithms java metrics metrics-gathering metrics-visualization network-analysis

Last synced: 01 Apr 2025

https://github.com/massigy/algos-analytics

This Java based project focuses on three sorting algorithms comparaison.

algorithms analytics bubble-sort counting-sort git github java oop programming project quicksort sorting-algorithms

Last synced: 01 Apr 2025

https://github.com/massigy/c-signals

C implementation of a small simulation that handles userspace (not real time) signals. The idea is to manage two processes in a mono-core cpu environment silumation, each process should not be disturbe in its calculation, and no one should be left aside (avoid famine).

Last synced: 01 Apr 2025

https://github.com/massigy/network-routing-overview

This simple program aims at applying the Bellman-Ford algorithm for network routing, and routing tables setup.

Last synced: 01 Apr 2025

https://github.com/massigy/regex

from my regex learning path

html javascript regex

Last synced: 01 Apr 2025

https://github.com/massigy/c-singlelinkedlists

This repo contains all the single linked Lists manipulation functions and procedures, written in the C programming language.

algorithms c cprogramming data-structures gcc git github linked-list makefile

Last synced: 01 Apr 2025

https://github.com/massigy/teachme.io

This android application based on java, aims to help learning english verbs and common tenses.

android android-studio git github gradle java markdown readme

Last synced: 01 Apr 2025

https://github.com/massigy/c-dictionnary-program

This C program, loads a file of 10000 english words to a trie data structure and search for the right spelling when the user types a word of his own.

c cprogramming data-structures gcc git github linked-list makefile

Last synced: 01 Apr 2025

https://github.com/massigy/entry-to-data-structures

this repo containes code about basic data structures (arrays, strings, matrixs...) and thier sorts and searching algorithms!

data-structures git github pascal

Last synced: 07 Feb 2025

https://github.com/massigy/c-generic-linked-lists

This C program illustrates an implementation of generic programming using dynamic data structures, like single linked lists in this example.

c cprogramming data-structures gcc git github linked-list makefile

Last synced: 01 Apr 2025

https://github.com/massigy/java-linear-system-solvers

A couple linear system solvers for Ax=b, where A is a matrix and x and b are verticies.

Last synced: 21 Mar 2025

https://github.com/massigy/network-signal-error-detection-by-hamming-codes

This simple program aims at encoding and decoding network signals using Hamming codes for err detections. (Uses parity bits)

Last synced: 01 Apr 2025

https://github.com/massigy/css-samples

This is a library of plug & play css styled components, I created this repo with my brother so as he learns to code.

Last synced: 01 Apr 2025

https://github.com/massigy/dev-scripts

this repo contains all the useful scripts that I've thought about and made for me, and for the open source community.

bash css dev express html linux shell

Last synced: 01 Apr 2025

https://github.com/massigy/ds-practice-with-python

Some data structures implemented in python. Originaly from my teaching classes.

Last synced: 01 Apr 2025

https://github.com/massigy/phpsymfony-eurocoins-db-crud

This PHP Symfony web app aims at using the /EuroCoins-DB database to create a CRUD Web app using the powerful tools of symfony5.

Last synced: 01 Apr 2025

https://github.com/massigy/cg101x

The idea behind this little sketch is to modal in 3D a class room. Besides, we are going to experiment with shaders to implement lighting and other effects.

Last synced: 01 Apr 2025

https://github.com/massigy/learning-sql

Let's learn SQL with mySQL

git github mysql sql

Last synced: 01 Apr 2025