Skip to content
View abilogos's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report abilogos

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
abilogos/README.md

ABOUT ME

\ \      / /__| | ___ ___  _ __ ___   ___  | |_ ___  
 \ \ /\ / / _ \ |/ __/ _ \| '_ ` _ \ / _ \ | __/ _ \ 
  \ V  V /  __/ | (_| (_) | | | | | |  __/ | || (_) |
   \_/\_/ \___|_|\___\___/|_| |_| |_|\___|  \__\___/ 
                                                     
    _    _     _ _                       _    ____ _ _   _           _     
   / \  | |__ (_) | ___   __ _  ___  ___( )  / ___(_) |_| |__  _   _| |__  
  / _ \ | '_ \| | |/ _ \ / _` |/ _ \/ __|/  | |  _| | __| '_ \| | | | '_ \ 
 / ___ \| |_) | | | (_) | (_| | (_) \__ \   | |_| | | |_| | | | |_| | |_) |
/_/   \_\_.__/|_|_|\___/ \__, |\___/|___/    \____|_|\__|_| |_|\__,_|_.__/ 
                         |___/                                             
 ____                  
|  _ \ __ _  __ _  ___ 
| |_) / _` |/ _` |/ _ \
|  __/ (_| | (_| |  __/
|_|   \__,_|\__, |\___|
            |___/      

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/P/S d-(---) s+:>- a C++++$ UL P L++>++++ E- W+++$ N+ !o K- w+ !O M !V PS++ PE++ Y+ PGP+ t- 5? !X R- tv b+ DI+ D- G e++ h- r+++ y+++
------END GEEK CODE BLOCK------

I am an Analytical, Experienced & Self-motivated Software Developer focusing on Web🕸️ development.

I have started web development when I was a university senior student since 2013.

Linkedin StackOverflow Gmail

🔭 I’m currently working on Image Line Inc 🌱 I’m currently learning Logics/Mathmatics + Rust

Jokes Card

Stats

Metrics

Pinned

  1. Getting browser Zoom level Getting browser Zoom level
    1
    //for zoom detection
    2
    px_ratio = window.devicePixelRatio || window.screen.availWidth / document.documentElement.clientWidth;
    3
    
                  
    4
    $(window).resize(function(){isZooming();});
    5
    
                  
  2. A Template to have Multiline String ... A Template to have Multiline String without appending strings
    1
    //its a js hack for having multiline string like python`s ''' multi line '''
    2
    //source: https://tomasz.janczuk.org/2013/05/multi-line-strings-in-javascript-and.html
    3
    
                  
    4
    var html = (function () {/*  
    5
        multiline with
  3. BenSampo/laravel-enum BenSampo/laravel-enum Public

    Simple, extensible and powerful enumeration implementation for Laravel.

    PHP 2k 163