Skip to content
View gaelbillon's full-sized avatar
Block or Report

Block or report gaelbillon

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

Pinned Loading

  1. custom htaccess for speed, cache, gz... custom htaccess for speed, cache, gzip, ETags, etc
    1
    ### ENVIRONMENT VARIABLES ###
    2
    SetEnv PHP_VER 5
    3
    SetEnv REGISTER_GLOBALS 0
    4
    
    
    5
    ### MAIN DEFAULTS ###
  2. Nodejs-Websockets-GCS Nodejs-Websockets-GCS Public

    Web based Ground Control Station for unmanned vehicles talking mavlink

    JavaScript 9 11

  3. Sencha-Touch-pdf2images-swipe--pinch--zoom-viewer Sencha-Touch-pdf2images-swipe--pinch--zoom-viewer Public

    carousel with pinch & zoom from https://github.com/SunboX/ST2_ImageViewer

    JavaScript

  4. Waterscapes-Node.js-API Waterscapes-Node.js-API Public

    An API made with Node.js, Express and Mongoose. It stores data in a Mongo database. For learning purpose only. It is used for CRUDing places like lakes or waterfalls with their names, types, pictur…

    JavaScript 1

  5. Escadrone/Solo-Mapper Escadrone/Solo-Mapper Public

    Python 8 7

  6. Modification of Drupal [Content Sync... Modification of Drupal [Content Sync](https://www.drupal.org/project/content_sync) module. It replace the single item export tab. On which it is heavily based. When an an entity is selected, it can be exported as a tar file. Along with the entity's dependencies and attached medias saved as files (not base64) with extensions. Entity type and bundle/sub-type are hardcoded and are set to "node" and "poi_collection". Quick and dirty but does the job.
    1
    /*
    2
    * Modification of Drupal [Content Sync](https://www.drupal.org/project/content_sync) module. 
    3
    * It replace the single item export tab. On which it is heavily based. When an an entity is 
    4
    * selected, it can be exported as a tar file. Along with the entity's dependencies and attached 
    5
    * medias saved as files (not base64) with extensions. Entity type and bundle/sub-type are