Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 985 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 985 Bytes

Une collection d'exercices/solutions afin d'apporter un support aux nombreux débutants qui se trouvent, comme je l'ai été, en manque d'exercices avec solutions afin de progresser. Plusieurs solutions avec plusieurs langages pour le même problème sont disponibles.

Certaines corrections ont été réalisées avec ttyrec (https://github.com/mjording/ttyrec).

Adventofcode 2015

https://adventofcode.com/2015/

  • Day 1 -> python
  • Day 2 -> python, erlang, elixir
  • Day 4 -> python, elixir

Exercism

http://exercism.io/exercises/erlang/collatz-conjecture/readme -> Erlang
http://exercism.io/exercises/erlang/rna-transcription/ -> Erlang

Protostar

https://exploit-exercises.com/protostar/

  • Stack 0-6 -> Assembleur
  • Format0 -> Format ttyrec.

Divers

Fonctionnement de la protection canary sur les binaires ELF -> C / Assembleur

Livres

  • Erlang Programming - a Concurrent Approach to Software Development (Francesco Cesarini, Simon Thompson)