Skip to content
View megaaa13's full-sized avatar

Highlights

  • Pro

Block or report megaaa13

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
megaaa13/README.md

Hi ! I'm Martin, a 3rd year bachelors's engineering student

  • 📚 Studying Civil Engineering and Computer Sciences
  • 🗣 Speaking french (baguette à le fromage) but not french
  • 🐶 Owner of a dog (have a dog in your life)
  • 💻 Learning Python, Java, and C (principally)
  • Do you know what MOzart is ? Check it out ! (Good luck)

Top Langs

Anurag's GitHub stats

Pinned Loading

  1. P3C P3C Public

    C 4

  2. TuringMachineAddNumber TuringMachineAddNumber
    1
    name: Add 2 numbers
    2
    source code: "input: '1011 0001'\r\nblank: \" \"\r\nstart state: endn\r\ntable:\r\n  \r\n  endn:\r\n    [1,0]: R\r\n    ' '  : {R: endm}\r\n  \r\n  endm:\r\n    [1,0] : R\r\n    \" \": {L: sub}\r\n  sub:\r\n   0: {write: 1, L}\r\n   1: {write: 0, L: return}\r\n   \" \": {R: clean}\r\n  return:\r\n   [0,1]: L\r\n   \" \": {L: add}\r\n  add:\r\n   0: {write: 1, R: endn}\r\n   1: {write: 0, L}\r\n   \" \": {write: 1, R: endn}\r\n  clean:\r\n   1: {write: \" \", R}\r\n   \" \": {write: \" \", L: done}\r\n  done:\r\n    \" \": L\r\n    [0,1]: {L: stop}\r\n  stop:"
    3
    positions:
    4
      endn: {x: 322.57, y: 94.8}
    5
      endm: {x: 501.86, y: 94.56}
  3. EPLPlugin EPLPlugin Public

    Small Plugin in order to enhance the EPL Server

    Java 1

  4. LGCIV1032 LGCIV1032 Public

    Python 1