Skip to content
View jokesterfr's full-sized avatar
🃏
Focusing
🃏
Focusing
Block or Report

Block or report jokesterfr

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

  1. PrestaShop/prestashop-flashlight PrestaShop/prestashop-flashlight Public

    A docker based testing utility for PrestaShop

    Shell 21 8

  2. node-pcsc node-pcsc Public

    A PCSC binding for NodeJS

    JavaScript 28 8

  3. rfidea rfidea Public

    Manage your contactless discography

    JavaScript 3 1

  4. browser-component browser-component Public

    A browser component to be interpreted by... the browser.

    JavaScript 1

  5. cvlyzer cvlyzer Public

    Generates your CV out of simple xml syntax

    XSLT 1

  6. Nginx conf for let's encrypt Nginx conf for let's encrypt
    1
    # Redirects www
    2
    server {
    3
        server_name www.domain.tld;
    4
        return 301 $scheme://domain.tld$request_uri;
    5
    }