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

Block or report maugern

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. Fetch your calendar from the Valenci... Fetch your calendar from the Valenciennes university website.
    1
    #!/usr/bin/env python3.6
    2
    #
    3
    # Navigation with selenium on Firefox in the Valenciennes university website.
    4
    # Copyright (C) 2018 Nicolas Mauger <nicolas.mauger@etu.univ-valenciennes.fr>
    5
    #
  2. jersey-skeleton jersey-skeleton Public

    StarterKit for JEE application with Jetty, Jersey, Docker, SQLite and continuous integration.

    Java 1

  3. T7 T7 Public

    T7 read-only mirror

    C 1

  4. ELF to shellcode ELF to shellcode
    1
    #!/bin/bash
    2
    # Usage: elf2shell.sh a.out
    3
    
                  
    4
    GREEN='\033[1;32m'
    5
    RED='\033[1;31m'