Skip to content
View ShilGen's full-sized avatar
🥷
Timelord of tech, juggling backend spells and marketing charms
🥷
Timelord of tech, juggling backend spells and marketing charms

Block or report ShilGen

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 250 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. nimblecss nimblecss Public

    Simple modular grid. 4 column layout, first-mobile, pure css, no-js

    CSS

  2. JS Fetch GET example JS Fetch GET example
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
      <head>
    4
        <meta charset="utf-8">
    5
        <title>FETCH JS</title>
  3. Моя шпаргалка по Vim Моя шпаргалка по Vim
    1
    
                  
    2
    set number
    3
    set foldmethod=manual
    4
    set viminfo='1000,f1
    5
    set showcmd
  4. flask_sock_example flask_sock_example Public

    Build a Flask WebSocket Server with Flask-Sock

    JavaScript 3