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

Block or report yCodeTech

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. valet-windows valet-windows Public

    Forked from damsfx/valet-windows

    Laravel Valet for Windows.

    PHP 26 4

  2. sage10-laravelmix sage10-laravelmix Public template

    Forked from roots/sage

    WordPress starter theme with Laravel Blade components and templates, SASS, and a modern development workflow with Laravel Mix

    PHP 1

  3. horizontal-timeline-2.0 horizontal-timeline-2.0 Public

    Horizontal Timeline 2.0, a fully customisable jQuery plugin to create a dynamic timeline on the horizontal axis.

    JavaScript 21 10

  4. auto-comment-blocks auto-comment-blocks Public

    Forked from kevb34ns/auto-comment-blocks

    A VS Code extension that makes writing documentation comments easier.

    TypeScript 2

  5. Mousemove utility to get x-left and ... Mousemove utility to get x-left and x-right coordinates.md
    1
    A mousemove utility to get the x coordinate of an element or the window.
    2
    Coordinates are left-based, but we might want to get the x coordinates originating from the right instead. To do this we need to do a bit of maths.
    3
    
                  
    4
    This little function utility (using jQuery) logs to the console the x-left and x-right coordinates.
    5