Skip to content
View kostandy's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
Block or Report

Block or report kostandy

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. This little script allow you rename ... This little script allow you rename files in folder by list of names from any file which contains text
    1
    const fs = require('fs');                  	// Include File System Module to project
    2
    
                  
    3
    let listOfNames;                           	// Initialization of variable
    4
    let pathToListOfNames = './example.txt';	// Path to text file with list of names
    5
    let pathToFiles = './media/images';        	// Path to files which need to rename
  2. dota2-heroes dota2-heroes Public archive

    Pet project

    JavaScript 2

  3. The performance metric of JSON handling The performance metric of JSON handling
    1
    function jsonReturner() {
    2
      return [
    3
      {
    4
        "albumId": 1,
    5
        "id": 1,
  4. fastInitGulp fastInitGulp Public archive

    Repository for fast init Gulp project with pre-installed packages

    JavaScript 2