Skip to content
View storca's full-sized avatar
  • ENAC
  • France
Block or Report

Block or report storca

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
storca/README.md

Hi there 👋 I'm storca

I'm a student at ENAC (the national french school of civil avitation) in Toulouse.

  • 🌱 My interests : systems administration, back-end, embeded systems, data processing
  • ✨ Languages I've already worked with : Python, C, C++, Rust, JS, PHP, Lua
  • 🤖 Technologies I know : Linux, Windows, Raspberry Pi, Arduino
  • 🧩 Frameworks I've used : Qt, Laravel, Platformio

I've made public contributions to Nextcloud/desktop and Attendize/Attendize.

Pinned

  1. pegalpha pegalpha Public

    Sports team registration, team preview and augmented check-in for the European Aerostudent Games 2023.

    Rust

  2. Attendize Attendize Public

    Forked from Attendize/Attendize

    Attendize is an open-source ticket selling and event management platform built on Laravel.

    PHP 1

  3. omnipay-sips2 omnipay-sips2 Public

    Forked from ambroisemaupate/omnipay-sips2

    Omnipay gateway for Worldline Sips PayPage POST API (Atos Sips 2.0)

    PHP

  4. vhbot vhbot Public

    A Discord bot made to make discord more like a virtual classroom

    Python 3 4

  5. Python helper to configure the DRF12... Python helper to configure the DRF1278DM module
    1
    """
    2
    (Very) simple script to read and configure the DORJI DRF1278DM module (firmware version 2.7)
    3
    4
    The original software provided by the manufacturer did not work on my computer, so I made my own (very simple) version
    5
  6. FIFO Buffer in C FIFO Buffer in C
    1
    /**
    2
     * @file fifo.c
    3
     * @author storca (storca@mail.com)
    4
     * @brief Minimal implemntation of a FIFO Buffer in C using pointers
    5
     * @date 2022-10-13