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

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

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

    CSS

  2. C# | Как создать csv файл C# | Как создать csv файл
    1
    using System;
    2
    using System.IO;
    3
    using System.Text;
    4
    
                  
    5
    public class Script
  3. 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>
  4. Моя шпаргалка по Vim Моя шпаргалка по Vim
    1
    
                  
    2
    set number
    3
    set foldmethod=manual
    4
    set viminfo='1000,f1
    5
    set showcmd