Skip to content
View houssemFat's full-sized avatar
😎
😎

Organizations

@unknownanalytics
Block or Report

Block or report houssemFat

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. figma-patterns figma-patterns Public

    HTML 1

  2. figma-seed figma-seed Public

    A seed system style for figma

    TypeScript 1

  3. Leaflet with latlng scale in meters ... Leaflet with latlng scale in meters and Control.Scale to match
    1
    <!DOCTYPE html>
    2
    <html>
    3
    <head>
    4
    	<title>Leaflet Custom Simple Map Example</title>
    5
    	<meta charset="utf-8" />
  4. infinite loop carousel(vertical or ... infinite loop carousel(vertical or horizontal)
    1
    <!DOCTYPE html>
    2
    <html>
    3
        
    4
        <head>
    5
            <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js">
  5. creates a dynamic color pattern canv... creates a dynamic color pattern canvas on mouse move event
    1
    var body, canvas, color, ctx, grad, canvasAdjust=true;
    2
    canvas = document.getElementsByTagName("canvas")[0];
    3
    ctx = null;
    4
    grad = null;
    5
    body = document.getElementsByTagName("body")[0];
  6. Running docker with volumes on windows Running docker with volumes on windows
    1
    docker run -d -p 1883:1883 --name=mosquitto
    2
    -v //c//Users//houssem.fathallah//data:/var/messageSight/
    3
    -v //c//Users//houssem.fathallah//data//mosquito:/etc/mosquitto \
    4
    -v //c//Users//houssem.fathallah//data//mosquito.d:/etc/mosquitto.d \
    5
    -v //c//Users//houssem.fathallah//var//mosquitto:/var/lib/mosquitto \